@Generated(value="org.apache.cxf.tools.wsdlto.WSDLToJava", date="2017-08-11T07:17:30.969-04:00", comments="Apache CXF 3.0.4.redhat-621211") 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="2017-08-11T07:17:30.969-04: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="2017-08-11T07:17:30.969-04: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="2017-08-11T07:17:30.969-04: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="2017-08-11T07:17:30.969-04:00") String greetMe(String requestType)
Apache CXF