org.apache.cxf.hello_world.elrefs
Interface Greeter


@Generated(value="org.apache.cxf.tools.wsdlto.WSDLToJava",
           date="2013-07-16T21:39:19.077-04:00",
           comments="Apache CXF 2.6.9")
public interface Greeter

This class was generated by Apache CXF 2.6.9 2013-07-16T21:39:19.077-04:00 Generated source version: 2.6.9


Method Summary
 String greetMe(String requestType)
           
 String sayHi()
           
 

Method Detail

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-07-16T21:39:19.077-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-07-16T21:39:19.077-04:00")
String greetMe(String requestType)


Apache CXF