org.apache.cxf.hello_world.elrefs
Interface Greeter


public interface Greeter

This class was generated by Apache CXF 2.5.3 2012-04-12T13:31:20.934-04:00 Generated source version: 2.5.3


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")
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