org.apache.camel.wsdl_first
Interface Person


public interface Person

This class was generated by Apache CXF 2.3.5-fuse-00-05 2011-08-01T16:50:40.601Z Generated source version: 2.3.5-fuse-00-05


Method Summary
 void getPerson(javax.xml.ws.Holder<String> personId, javax.xml.ws.Holder<String> ssn, javax.xml.ws.Holder<String> name)
           
 

Method Detail

getPerson

@RequestWrapper(localName="GetPerson",
                targetNamespace="http://camel.apache.org/wsdl-first/types",
                className="org.apache.camel.wsdl_first.types.GetPerson")
@ResponseWrapper(localName="GetPersonResponse",
                 targetNamespace="http://camel.apache.org/wsdl-first/types",
                 className="org.apache.camel.wsdl_first.types.GetPersonResponse")
void getPerson(javax.xml.ws.Holder<String> personId,
                                              javax.xml.ws.Holder<String> ssn,
                                              javax.xml.ws.Holder<String> name)
               throws UnknownPersonFault
Throws:
UnknownPersonFault


Apache CAMEL