org.apache.hello_world.jbi
Interface Greeter
- All Known Implementing Classes:
- GreeterImpl
public interface Greeter
This class was generated by IONA FUSE Services Framework 2.0.6.11-fuse
Tue Nov 18 13:02:30 EST 2008
Generated source version: 2.0.6.11-fuse
|
Method Summary |
java.lang.String |
greetMe(java.lang.String requestType)
|
void |
greetMeOneWay(java.lang.String requestType)
|
void |
pingMe()
|
java.lang.String |
sayHi()
|
greetMeOneWay
@RequestWrapper(localName="greetMeOneWay",
targetNamespace="http://apache.org/hello_world/types/jbi",
className="org.apache.hello_world.types.jbi.GreetMeOneWay")
void greetMeOneWay(java.lang.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")
java.lang.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")
java.lang.String greetMe(java.lang.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