org.apache.hello_world.jbi
Interface Greeter
- All Known Implementing Classes:
- GreeterImpl
public interface Greeter
This class was generated by Apache CXF 2.3.2
2011-01-17T22:29:46.984-05:00
Generated source version: 2.3.2
greetMeOneWay
@RequestWrapper(localName="greetMeOneWay",
targetNamespace="http://apache.org/hello_world/types/jbi",
className="org.apache.hello_world.types.jbi.GreetMeOneWay")
void greetMeOneWay(String requestType)
sayHi
@ResponseWrapper(localName="sayHiResponse",
targetNamespace="http://apache.org/hello_world/types/jbi",
className="org.apache.hello_world.types.jbi.SayHiResponse")
@RequestWrapper(localName="sayHi",
targetNamespace="http://apache.org/hello_world/types/jbi",
className="org.apache.hello_world.types.jbi.SayHi")
String sayHi()
greetMe
@ResponseWrapper(localName="greetMeResponse",
targetNamespace="http://apache.org/hello_world/types/jbi",
className="org.apache.hello_world.types.jbi.GreetMeResponse")
@RequestWrapper(localName="greetMe",
targetNamespace="http://apache.org/hello_world/types/jbi",
className="org.apache.hello_world.types.jbi.GreetMe")
String greetMe(String requestType)
pingMe
@ResponseWrapper(localName="pingMeResponse",
targetNamespace="http://apache.org/hello_world/types/jbi",
className="org.apache.hello_world.types.jbi.PingMeResponse")
@RequestWrapper(localName="pingMe",
targetNamespace="http://apache.org/hello_world/types/jbi",
className="org.apache.hello_world.types.jbi.PingMe")
void pingMe()
throws PingMeFault
- Throws:
PingMeFault
Apache CXF