org.apache.hello_world_soap_http
Interface Greeter
- All Known Implementing Classes:
- GreeterImpl, GreeterImpl
@Generated(value="org.apache.cxf.tools.wsdlto.WSDLToJava",
date="2015-05-27T12:41:53.224-02:30",
comments="Apache CXF 2.6.0.redhat-60083")
public interface Greeter
This class was generated by Apache CXF 2.6.0.redhat-60083
2015-05-27T12:41:53.224-02:30
Generated source version: 2.6.0.redhat-60083
pingMe
@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="2015-05-27T12:41:53.224-02:30")
void pingMe(String faultType)
throws PingMeFault
- Throws:
PingMeFault
sayHi
@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="2015-05-27T12:41:53.224-02:30")
String sayHi()
greetMeOneWay
@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="2015-05-27T12:41:53.224-02:30")
void greetMeOneWay(String requestType)
greetMe
@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="2015-05-27T12:41:53.224-02:30")
String greetMe(String requestType)
Apache CAMEL