org.apache.hello_world.nmr
Interface Greeter
public interface Greeter
This class was generated by Progress FUSE Services Framework 2.2.6-fuse-01-00
Mon Feb 15 11:18:29 GMT 2010
Generated source version: 2.2.6-fuse-01-00
|
Method Summary |
java.lang.String |
greetMe(java.lang.String requestType)
|
void |
greetMeOneWay(java.lang.String requestType)
|
void |
pingMe()
|
java.lang.String |
sayHi()
|
pingMe
@ResponseWrapper(localName="pingMeResponse",
targetNamespace="http://apache.org/hello_world/types/nmr",
className="org.apache.hello_world.types.nmr.PingMeResponse")
@RequestWrapper(localName="pingMe",
targetNamespace="http://apache.org/hello_world/types/nmr",
className="org.apache.hello_world.types.nmr.PingMe")
void pingMe()
throws PingMeFault
- Throws:
PingMeFault
greetMeOneWay
@RequestWrapper(localName="greetMeOneWay",
targetNamespace="http://apache.org/hello_world/types/nmr",
className="org.apache.hello_world.types.nmr.GreetMeOneWay")
void greetMeOneWay(java.lang.String requestType)
sayHi
@ResponseWrapper(localName="sayHiResponse",
targetNamespace="http://apache.org/hello_world/types/nmr",
className="org.apache.hello_world.types.nmr.SayHiResponse")
@RequestWrapper(localName="sayHi",
targetNamespace="http://apache.org/hello_world/types/nmr",
className="org.apache.hello_world.types.nmr.SayHi")
java.lang.String sayHi()
greetMe
@ResponseWrapper(localName="greetMeResponse",
targetNamespace="http://apache.org/hello_world/types/nmr",
className="org.apache.hello_world.types.nmr.GreetMeResponse")
@RequestWrapper(localName="greetMe",
targetNamespace="http://apache.org/hello_world/types/nmr",
className="org.apache.hello_world.types.nmr.GreetMe")
java.lang.String greetMe(java.lang.String requestType)
Copyright © 2005-2010 The Apache Software Foundation. All Rights Reserved.