@Generated(value="org.apache.cxf.tools.wsdlto.WSDLToJava", date="2014-04-08T14:14:25.246+02:00", comments="Apache CXF 2.7.0.redhat-610379") public interface Greeter
@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-04-08T14:14:25.246+02:00") void pingMe() throws PingMeFault
PingMeFault@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-04-08T14:14:25.246+02:00") String sayHi()
@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-04-08T14:14:25.246+02:00") void greetMeOneWay(String requestType)
@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-04-08T14:14:25.246+02:00") String greetMe(String requestType)
Apache CXF