Allow JAXB Context customization on client
------------------------------------------

                 Key: CXF-3837
                 URL: https://issues.apache.org/jira/browse/CXF-3837
             Project: CXF
          Issue Type: New Feature
            Reporter: Parag Mehta


On server side, capabilities exist to customize JAXB bindings or specifying 
custom data binding class (like org.apache.cxf.jaxb.JAXBDataBinding).  There 
seems to be no way to do so on the client side.

Motivation:
If JAXB customizations are used on server side for various reasons 
(inheritance, java type adapters, dynamic transient annotations, namespace 
mapping), the server side object model and the WSDL differ.  In case where 
server owners are also client owners, it would help to use same set of classes 
and JAXB customizations used on the server to also be used on the client side.  
Hence we would need a way to apply the same JAXB customization on the client.

Thanks.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: 
https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

Reply via email to