org.apache.cxf.hello_world.elrefs
Interface Greeter


public interface Greeter

This class was generated by Apache CXF 2.2.7 Thu Mar 18 15:41:42 EDT 2010 Generated source version: 2.2.7


Method Summary
 java.lang.String greetMe(java.lang.String requestType)
           
 java.lang.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")
java.lang.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")
java.lang.String greetMe(java.lang.String requestType)


Apache CXF