org.apache.cxf.hello_world.elrefs
Interface Greeter
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
sayHi
@RequestWrapper(localName="sayHi",
targetNamespace="http://apache.org/hello_world_soap_http/types",
className="org.apache.cxf.hello_world.elrefs.SayHi")
@ResponseWrapper(localName="sayHiResponse",
targetNamespace="http://apache.org/hello_world_soap_http/types",
className="org.apache.cxf.hello_world.elrefs.SayHiResponse")
String sayHi()
greetMe
@RequestWrapper(localName="greetMe",
targetNamespace="http://apache.org/hello_world_soap_http/types",
className="org.apache.cxf.hello_world.elrefs.GreetMe")
@ResponseWrapper(localName="greetMeResponse",
targetNamespace="http://apache.org/hello_world_soap_http/types",
className="org.apache.cxf.hello_world.elrefs.GreetMeResponse")
String greetMe(String requestType)
Apache CXF