[
https://issues.apache.org/jira/browse/CXF-902?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Jeff Yu updated CXF-902:
------------------------
Attachment: cxf-902.patch
> Add java_first_pojo sample
> --------------------------
>
> Key: CXF-902
> URL: https://issues.apache.org/jira/browse/CXF-902
> Project: CXF
> Issue Type: Sub-task
> Affects Versions: 2.1
> Reporter: Jeff Yu
> Fix For: 2.1
>
> Attachments: cxf-902.patch
>
>
> Add a java_first_pojo sample, using JAXB data binding by default, but you can
> uncomment those two lines in sample code to use the Aegis data binding:
> server-side:
> //svrFactory.getServiceFactory().setDataBinding(new AegisDatabinding());
> client-side:
> //factory.getServiceFactory().setDataBinding(new AegisDatabinding());
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.