uri.cxf_apache_org.jstest
Interface Greeter


@Generated(value="org.apache.cxf.tools.wsdlto.WSDLToJava",
           date="2014-07-15T14:38:34.177-04:00",
           comments="Apache CXF 3.0.1")
public interface Greeter

This class was generated by Apache CXF 3.0.1 2014-07-15T14:38:34.177-04:00 Generated source version: 3.0.1


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="2014-07-15T14:38:34.177-04:00")
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="2014-07-15T14:38:34.177-04:00")
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="2014-07-15T14:38:34.177-04:00")
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="2014-07-15T14:38:34.177-04:00")
String greetMe(String requestType)


Apache CXF