org.apache.cxf.hello_world.elrefs
Interface Greeter
public interface Greeter
This class was generated by Apache CXF 2.2.12-patch-03
Wed Jul 11 12:12:05 CEST 2012
Generated source version: 2.2.12-patch-03
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