org.apache.hello_world.jbi
Interface Greeter
- All Known Implementing Classes:
- GreeterImpl
public interface Greeter
This class was generated by Apache CXF 2.2.9
Wed Jun 02 11:51:55 EDT 2010
Generated source version: 2.2.9
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