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