org.apache.hello_world
Interface Greeter
- All Known Implementing Classes:
- GreeterImpl
@Generated(value="org.apache.cxf.tools.wsdlto.WSDLToJava",
date="2012-10-02T15:03:37.723Z",
comments="Apache CXF 2.5.0.fuse-70-097")
public interface Greeter
This class was generated by Apache CXF 2.5.0.fuse-70-097
2012-10-02T15:03:37.723Z
Generated source version: 2.5.0.fuse-70-097
sayHi
@RequestWrapper(localName="sayHi",
targetNamespace="http://apache.org/hello_world/types",
className="org.apache.hello_world.types.SayHi")
@ResponseWrapper(localName="sayHiResponse",
targetNamespace="http://apache.org/hello_world/types",
className="org.apache.hello_world.types.SayHiResponse")
@Generated(value="org.apache.cxf.tools.wsdlto.WSDLToJava",
date="2012-10-02T15:03:37.723Z")
String sayHi()
pingMe
@RequestWrapper(localName="pingMe",
targetNamespace="http://apache.org/hello_world/types",
className="org.apache.hello_world.types.PingMe")
@ResponseWrapper(localName="pingMeResponse",
targetNamespace="http://apache.org/hello_world/types",
className="org.apache.hello_world.types.PingMeResponse")
@Generated(value="org.apache.cxf.tools.wsdlto.WSDLToJava",
date="2012-10-02T15:03:37.723Z")
void pingMe()
throws PingMeFault
- Throws:
PingMeFault
greetMe
@RequestWrapper(localName="greetMe",
targetNamespace="http://apache.org/hello_world/types",
className="org.apache.hello_world.types.GreetMe")
@ResponseWrapper(localName="greetMeResponse",
targetNamespace="http://apache.org/hello_world/types",
className="org.apache.hello_world.types.GreetMeResponse")
@Generated(value="org.apache.cxf.tools.wsdlto.WSDLToJava",
date="2012-10-02T15:03:37.723Z")
String greetMe(String requestType)
Apache CXF