uri.cxf_apache_org.jstest
Interface Greeter


@Generated(value="org.apache.cxf.tools.wsdlto.WSDLToJava",
           date="2013-07-16T21:39:19.340-04:00",
           comments="Apache CXF 2.6.9")
public interface Greeter

This class was generated by Apache CXF 2.6.9 2013-07-16T21:39:19.340-04:00 Generated source version: 2.6.9


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

Method Detail

pingMe

@ResponseWrapper(localName="pingMeResponse",
                 targetNamespace="uri:cxf.apache.org:jstest:types",
                 className="uri.cxf_apache_org.jstest.types.PingMeResponse")
@RequestWrapper(localName="pingMe",
                targetNamespace="uri:cxf.apache.org:jstest:types",
                className="uri.cxf_apache_org.jstest.types.PingMe")
@Generated(value="org.apache.cxf.tools.wsdlto.WSDLToJava",
           date="2013-07-16T21:39:19.340-04:00")
void pingMe()
            throws PingMeFault
Throws:
PingMeFault

sayHi

@ResponseWrapper(localName="sayHiResponse",
                 targetNamespace="uri:cxf.apache.org:jstest:types",
                 className="uri.cxf_apache_org.jstest.types.SayHiResponse")
@RequestWrapper(localName="sayHi",
                targetNamespace="uri:cxf.apache.org:jstest:types",
                className="uri.cxf_apache_org.jstest.types.SayHi")
@Generated(value="org.apache.cxf.tools.wsdlto.WSDLToJava",
           date="2013-07-16T21:39:19.340-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="2013-07-16T21:39:19.340-04:00")
void greetMeOneWay(String requestType)

greetMe

@ResponseWrapper(localName="greetMeResponse",
                 targetNamespace="uri:cxf.apache.org:jstest:types",
                 className="uri.cxf_apache_org.jstest.types.GreetMeResponse")
@RequestWrapper(localName="greetMe",
                targetNamespace="uri:cxf.apache.org:jstest:types",
                className="uri.cxf_apache_org.jstest.types.GreetMe")
@Generated(value="org.apache.cxf.tools.wsdlto.WSDLToJava",
           date="2013-07-16T21:39:19.340-04:00")
String greetMe(String requestType)


Apache CXF