org.apache.hello_world
Interface Greeter
- All Known Implementing Classes:
- GreeterImpl
public interface Greeter
This class was generated by Apache CXF 2.5.3
2012-04-12T13:31:22.394-04:00
Generated source version: 2.5.3
sayHi
@ResponseWrapper(localName="sayHiResponse",
targetNamespace="http://apache.org/hello_world/types",
className="org.apache.hello_world.types.SayHiResponse")
@RequestWrapper(localName="sayHi",
targetNamespace="http://apache.org/hello_world/types",
className="org.apache.hello_world.types.SayHi")
String sayHi()
pingMe
@ResponseWrapper(localName="pingMeResponse",
targetNamespace="http://apache.org/hello_world/types",
className="org.apache.hello_world.types.PingMeResponse")
@RequestWrapper(localName="pingMe",
targetNamespace="http://apache.org/hello_world/types",
className="org.apache.hello_world.types.PingMe")
void pingMe()
throws PingMeFault
- Throws:
PingMeFault
greetMe
@ResponseWrapper(localName="greetMeResponse",
targetNamespace="http://apache.org/hello_world/types",
className="org.apache.hello_world.types.GreetMeResponse")
@RequestWrapper(localName="greetMe",
targetNamespace="http://apache.org/hello_world/types",
className="org.apache.hello_world.types.GreetMe")
String greetMe(String requestType)
Apache CXF