@Generated(value="org.apache.cxf.tools.wsdlto.WSDLToJava", date="2017-09-06T11:17:43.997-04:00", comments="Apache CXF 3.1.13") public interface Greeter
| Modifier and Type | Method and Description |
|---|---|
String |
greetMe(String requestType) |
void |
greetMeOneWay(String requestType) |
void |
pingMe() |
String |
sayHi() |
@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-09-06T11:17:43.997-04:00") void pingMe() throws PingMeFault
PingMeFault@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-09-06T11:17:43.997-04:00") String greetMe(String requestType)
@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-09-06T11:17:43.997-04:00") void greetMeOneWay(String requestType)
@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-09-06T11:17:43.997-04:00") String sayHi()
Apache CXF