org.apache.hello_world_soap12_http
Interface Greeter
public interface Greeter
This class was generated by Apache CXF 2.5.3
2012-04-12T13:31:24.922-04:00
Generated source version: 2.5.3
sayHi
@ResponseWrapper(localName="sayHiResponse",
targetNamespace="http://apache.org/hello_world_soap12_http/types",
className="org.apache.hello_world_soap12_http.types.SayHiResponse")
@RequestWrapper(localName="sayHi",
targetNamespace="http://apache.org/hello_world_soap12_http/types",
className="org.apache.hello_world_soap12_http.types.SayHi")
String sayHi()
pingMe
@ResponseWrapper(localName="pingMeResponse",
targetNamespace="http://apache.org/hello_world_soap12_http/types",
className="org.apache.hello_world_soap12_http.types.PingMeResponse")
@RequestWrapper(localName="pingMe",
targetNamespace="http://apache.org/hello_world_soap12_http/types",
className="org.apache.hello_world_soap12_http.types.PingMe")
void pingMe()
throws PingMeFault
- Throws:
PingMeFault
Apache CXF