@Generated(value="org.apache.cxf.tools.wsdlto.WSDLToJava", date="2016-09-15T05:33:12.996-04:00", comments="Apache CXF 3.1.5.redhat-630187") public interface Greeter
@RequestWrapper(localName="pingMe", targetNamespace="http://apache.org/hello_world_soap_http/types", className="org.apache.hello_world_soap_http.types.PingMe") @ResponseWrapper(localName="pingMeResponse", targetNamespace="http://apache.org/hello_world_soap_http/types", className="org.apache.hello_world_soap_http.types.PingMeResponse") @Generated(value="org.apache.cxf.tools.wsdlto.WSDLToJava", date="2016-09-15T05:33:12.996-04:00") void pingMe(String faultType) throws PingMeFault
PingMeFault
@RequestWrapper(localName="sayHi", targetNamespace="http://apache.org/hello_world_soap_http/types", className="org.apache.hello_world_soap_http.types.SayHi") @ResponseWrapper(localName="sayHiResponse", targetNamespace="http://apache.org/hello_world_soap_http/types", className="org.apache.hello_world_soap_http.types.SayHiResponse") @Generated(value="org.apache.cxf.tools.wsdlto.WSDLToJava", date="2016-09-15T05:33:12.996-04:00") String sayHi()
@RequestWrapper(localName="greetMeOneWay", targetNamespace="http://apache.org/hello_world_soap_http/types", className="org.apache.hello_world_soap_http.types.GreetMeOneWay") @Generated(value="org.apache.cxf.tools.wsdlto.WSDLToJava", date="2016-09-15T05:33:12.996-04:00") void greetMeOneWay(String requestType)
@RequestWrapper(localName="greetMe", targetNamespace="http://apache.org/hello_world_soap_http/types", className="org.apache.hello_world_soap_http.types.GreetMe") @ResponseWrapper(localName="greetMeResponse", targetNamespace="http://apache.org/hello_world_soap_http/types", className="org.apache.hello_world_soap_http.types.GreetMeResponse") @Generated(value="org.apache.cxf.tools.wsdlto.WSDLToJava", date="2016-09-15T05:33:12.996-04:00") String greetMe(String requestType)
Apache Camel