org.apache.cxf.hello_world.elrefs
Interface Greeter


public interface Greeter

This class was generated by FuseSource Services Framework 2.4.3-fuse-03-02 2012-05-22T17:22:16.277Z Generated source version: 2.4.3-fuse-03-02


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

Method Detail

sayHi

@RequestWrapper(localName="sayHi",
                targetNamespace="http://apache.org/hello_world_soap_http/types",
                className="org.apache.cxf.hello_world.elrefs.SayHi")
@ResponseWrapper(localName="sayHiResponse",
                 targetNamespace="http://apache.org/hello_world_soap_http/types",
                 className="org.apache.cxf.hello_world.elrefs.SayHiResponse")
String sayHi()

greetMe

@RequestWrapper(localName="greetMe",
                targetNamespace="http://apache.org/hello_world_soap_http/types",
                className="org.apache.cxf.hello_world.elrefs.GreetMe")
@ResponseWrapper(localName="greetMeResponse",
                 targetNamespace="http://apache.org/hello_world_soap_http/types",
                 className="org.apache.cxf.hello_world.elrefs.GreetMeResponse")
String greetMe(String requestType)


Apache CXF