org.apache.camel.wsdl_first
Interface Person
public interface Person
This class was generated by Apache CXF 2.4.2-fuse-00-08
2011-09-27T01:01:28.420Z
Generated source version: 2.4.2-fuse-00-08
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(Holder<String> personId,
Holder<String> ssn,
Holder<String> name)
throws UnknownPersonFault
- Throws:
UnknownPersonFault
Apache CAMEL