1. ResponseWrapper in cxf coderanch.comHi All, I am using cxf in grails. In my service method I want to return status of the request (SUCCESS/FAILURE) and all the fields of new object created by that service. I have created a custom object which has all these fields and also annotated with @XmlAccessorType. I have also defined this object as a @ResponseWrapper in the service method. ... |
2. org.apache.cxf forums.oracle.com |