org.apache.cxf.hello_world.elrefs
Interface Greeter
public interface Greeter
This class was generated by Apache CXF 2.2.9
Wed Jun 02 11:51:55 EDT 2010
Generated source version: 2.2.9
sayHi
@ResponseWrapper(localName="sayHiResponse",
targetNamespace="http://apache.org/hello_world_soap_http/types",
className="org.apache.cxf.hello_world.elrefs.SayHiResponse")
@RequestWrapper(localName="sayHi",
targetNamespace="http://apache.org/hello_world_soap_http/types",
className="org.apache.cxf.hello_world.elrefs.SayHi")
String sayHi()
greetMe
@ResponseWrapper(localName="greetMeResponse",
targetNamespace="http://apache.org/hello_world_soap_http/types",
className="org.apache.cxf.hello_world.elrefs.GreetMeResponse")
@RequestWrapper(localName="greetMe",
targetNamespace="http://apache.org/hello_world_soap_http/types",
className="org.apache.cxf.hello_world.elrefs.GreetMe")
String greetMe(String requestType)
Apache CXF