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.3.0-fuse
Tue Nov 20 19:08:37 NST 2007
Generated source version: 2.0.3.0-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(targetNamespace="http://apache.org/hello_world/types/jbi",
className="org.apache.hello_world.types.jbi.GreetMeOneWay",
localName="greetMeOneWay")
void greetMeOneWay(java.lang.String requestType)
sayHi
@ResponseWrapper(targetNamespace="http://apache.org/hello_world/types/jbi",
className="org.apache.hello_world.types.jbi.SayHiResponse",
localName="sayHiResponse")
@RequestWrapper(targetNamespace="http://apache.org/hello_world/types/jbi",
className="org.apache.hello_world.types.jbi.SayHi",
localName="sayHi")
java.lang.String sayHi()
greetMe
@ResponseWrapper(targetNamespace="http://apache.org/hello_world/types/jbi",
className="org.apache.hello_world.types.jbi.GreetMeResponse",
localName="greetMeResponse")
@RequestWrapper(targetNamespace="http://apache.org/hello_world/types/jbi",
className="org.apache.hello_world.types.jbi.GreetMe",
localName="greetMe")
java.lang.String greetMe(java.lang.String requestType)
pingMe
@ResponseWrapper(targetNamespace="http://apache.org/hello_world/types/jbi",
className="org.apache.hello_world.types.jbi.PingMeResponse",
localName="pingMeResponse")
@RequestWrapper(targetNamespace="http://apache.org/hello_world/types/jbi",
className="org.apache.hello_world.types.jbi.PingMe",
localName="pingMe")
void pingMe()
throws PingMeFault
- Throws:
PingMeFault
Apache CXF is an effort undergoing incubation at the Apache Software Foundation(ASF) and sponsored by the Apache Incubator PMC.