uri.cxf_apache_org.jstest
Interface Greeter


public interface Greeter

This class was generated by FuseSource Services Framework 2.5.0.fuse-7-061 2012-05-09T16:03:05.316Z Generated source version: 2.5.0.fuse-7-061


Method Summary
 String greetMe(String requestType)
           
 void greetMeOneWay(String requestType)
           
 void pingMe()
           
 String sayHi()
           
 

Method Detail

pingMe

@RequestWrapper(localName="pingMe",
                targetNamespace="uri:cxf.apache.org:jstest:types",
                className="uri.cxf_apache_org.jstest.types.PingMe")
@ResponseWrapper(localName="pingMeResponse",
                 targetNamespace="uri:cxf.apache.org:jstest:types",
                 className="uri.cxf_apache_org.jstest.types.PingMeResponse")
void pingMe()
            throws PingMeFault
Throws:
PingMeFault

sayHi

@RequestWrapper(localName="sayHi",
                targetNamespace="uri:cxf.apache.org:jstest:types",
                className="uri.cxf_apache_org.jstest.types.SayHi")
@ResponseWrapper(localName="sayHiResponse",
                 targetNamespace="uri:cxf.apache.org:jstest:types",
                 className="uri.cxf_apache_org.jstest.types.SayHiResponse")
String sayHi()

greetMeOneWay

@RequestWrapper(localName="greetMeOneWay",
                targetNamespace="uri:cxf.apache.org:jstest:types",
                className="uri.cxf_apache_org.jstest.types.GreetMeOneWay")
void greetMeOneWay(String requestType)

greetMe

@RequestWrapper(localName="greetMe",
                targetNamespace="uri:cxf.apache.org:jstest:types",
                className="uri.cxf_apache_org.jstest.types.GreetMe")
@ResponseWrapper(localName="greetMeResponse",
                 targetNamespace="uri:cxf.apache.org:jstest:types",
                 className="uri.cxf_apache_org.jstest.types.GreetMeResponse")
String greetMe(String requestType)


Apache CXF