org.apache.cxf.hello_world.elrefs
Interface Greeter


public interface Greeter

This class was generated by Progress FUSE Services Framework 2.2.6-fuse-01-00 Thu Feb 04 09:43:56 EST 2010 Generated source version: 2.2.6-fuse-01-00


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