org.apache.cxf.hello_world.elrefs
Interface Greeter
@Generated(value="org.apache.cxf.tools.wsdlto.WSDLToJava",
date="2013-05-03T22:16:01.739-04:00",
comments="Apache CXF 2.6.8")
public interface Greeter
This class was generated by Apache CXF 2.6.8
2013-05-03T22:16:01.739-04:00
Generated source version: 2.6.8
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")
@Generated(value="org.apache.cxf.tools.wsdlto.WSDLToJava",
date="2013-05-03T22:16:01.739-04:00")
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")
@Generated(value="org.apache.cxf.tools.wsdlto.WSDLToJava",
date="2013-05-03T22:16:01.739-04:00")
String greetMe(String requestType)
Apache CXF