org.apache.cxf.hello_world.elrefs
Interface Greeter
@Generated(value="org.apache.cxf.tools.wsdlto.WSDLToJava",
date="2013-01-28T16:35:05.611-05:00",
comments="Apache CXF 2.5.9")
public interface Greeter
This class was generated by Apache CXF 2.5.9
2013-01-28T16:35:05.611-05:00
Generated source version: 2.5.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")
@Generated(value="org.apache.cxf.tools.wsdlto.WSDLToJava",
date="2013-01-28T16:35:05.611-05: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-01-28T16:35:05.611-05:00")
String greetMe(String requestType)
Apache CXF