[
https://issues.apache.org/jira/browse/CXF-2521?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Hasan Hosgel updated CXF-2521:
------------------------------
Attachment: JAXBElementProvider.java
adding the example for the extension of JAXBElementProvider
> Improvment for JAXBElementProvider for setting NamespacePrefixes
> ----------------------------------------------------------------
>
> Key: CXF-2521
> URL: https://issues.apache.org/jira/browse/CXF-2521
> Project: CXF
> Issue Type: Improvement
> Components: JAX-RS
> Affects Versions: 2.2.4
> Reporter: Hasan Hosgel
> Attachments: JAXBElementProvider.java
>
>
> We had the problem during our development, that we want to set the
> NamespacePrefixes for the outgoing resources. For Json it working so far
> good. But unforunately the org.apache.cxf.jaxrs.provider.JAXBElementProvider
> does not offering something similar for setting the NamespaceMap. We did an
> extension for the JAXBElementProvider and override the method
> createMarshaller(...) from the
> org.apache.cxf.jaxrs.provider.AbstractJAXBProvider and adding a method for
> setting the NamespaceMap. Our solution is attached.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.