org.apache.cxf.hello_world.elrefs
Interface Greeter


public interface Greeter

This class was generated by Apache CXF 2.1.8 Sun Nov 15 07:06:05 EST 2009 Generated source version: 2.1.8


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