org.apache.hello_world.jbi
Interface Greeter
- All Known Implementing Classes:
- GreeterImpl
public interface Greeter
This class was generated by Progress FUSE Services Framework 2.2.12-fuse-00-00
Tue Jun 14 10:52:52 UTC 2011
Generated source version: 2.2.12-fuse-00-00
pingMe
@RequestWrapper(localName="pingMe",
targetNamespace="http://apache.org/hello_world/types/jbi",
className="org.apache.hello_world.types.jbi.PingMe")
@ResponseWrapper(localName="pingMeResponse",
targetNamespace="http://apache.org/hello_world/types/jbi",
className="org.apache.hello_world.types.jbi.PingMeResponse")
void pingMe()
throws PingMeFault
- Throws:
PingMeFault
sayHi
@RequestWrapper(localName="sayHi",
targetNamespace="http://apache.org/hello_world/types/jbi",
className="org.apache.hello_world.types.jbi.SayHi")
@ResponseWrapper(localName="sayHiResponse",
targetNamespace="http://apache.org/hello_world/types/jbi",
className="org.apache.hello_world.types.jbi.SayHiResponse")
String sayHi()
greetMe
@RequestWrapper(localName="greetMe",
targetNamespace="http://apache.org/hello_world/types/jbi",
className="org.apache.hello_world.types.jbi.GreetMe")
@ResponseWrapper(localName="greetMeResponse",
targetNamespace="http://apache.org/hello_world/types/jbi",
className="org.apache.hello_world.types.jbi.GreetMeResponse")
String greetMe(String requestType)
greetMeOneWay
@RequestWrapper(localName="greetMeOneWay",
targetNamespace="http://apache.org/hello_world/types/jbi",
className="org.apache.hello_world.types.jbi.GreetMeOneWay")
void greetMeOneWay(String requestType)
Apache CXF