uri.cxf_apache_org.jstest
Interface Greeter


@Generated(value="org.apache.cxf.tools.wsdlto.WSDLToJava",
           date="2012-10-02T15:03:37.484Z",
           comments="Apache CXF 2.5.0.fuse-70-097")
public interface Greeter

This class was generated by Apache CXF 2.5.0.fuse-70-097 2012-10-02T15:03:37.484Z Generated source version: 2.5.0.fuse-70-097


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")
@Generated(value="org.apache.cxf.tools.wsdlto.WSDLToJava",
           date="2012-10-02T15:03:37.484Z")
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")
@Generated(value="org.apache.cxf.tools.wsdlto.WSDLToJava",
           date="2012-10-02T15:03:37.484Z")
String sayHi()

greetMeOneWay

@RequestWrapper(localName="greetMeOneWay",
                targetNamespace="uri:cxf.apache.org:jstest:types",
                className="uri.cxf_apache_org.jstest.types.GreetMeOneWay")
@Generated(value="org.apache.cxf.tools.wsdlto.WSDLToJava",
           date="2012-10-02T15:03:37.484Z")
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")
@Generated(value="org.apache.cxf.tools.wsdlto.WSDLToJava",
           date="2012-10-02T15:03:37.484Z")
String greetMe(String requestType)


Apache CXF