org.apache.hello_world
Interface Greeter
- All Known Implementing Classes:
- GreeterImpl
public interface Greeter
This class was generated by FuseSource Services Framework 2.4.3-fuse-03-02
2012-05-22T17:22:13.693Z
Generated source version: 2.4.3-fuse-03-02
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")
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")
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")
String greetMe(String requestType)
Apache CXF