@Generated(value="org.apache.cxf.tools.wsdlto.WSDLToJava", date="2017-04-05T16:19:08.391-04:00", comments="Apache CXF 3.1.11") public interface JMSGreeterPortType
| Modifier and Type | Method and Description |
|---|---|
String |
greetMe(String requestType) |
void |
greetMeOneWay(String requestType) |
String |
sayHi() |
@RequestWrapper(localName="greetMe", targetNamespace="http://cxf.apache.org/jms_greeter/types", className="org.apache.cxf.jms_greeter.types.GreetMe") @ResponseWrapper(localName="greetMeResponse", targetNamespace="http://cxf.apache.org/jms_greeter/types", className="org.apache.cxf.jms_greeter.types.GreetMeResponse") @Generated(value="org.apache.cxf.tools.wsdlto.WSDLToJava", date="2017-04-05T16:19:08.391-04:00") String greetMe(String requestType)
@RequestWrapper(localName="greetMeOneWay", targetNamespace="http://cxf.apache.org/jms_greeter/types", className="org.apache.cxf.jms_greeter.types.GreetMeOneWay") @Generated(value="org.apache.cxf.tools.wsdlto.WSDLToJava", date="2017-04-05T16:19:08.391-04:00") void greetMeOneWay(String requestType)
@RequestWrapper(localName="sayHi", targetNamespace="http://cxf.apache.org/jms_greeter/types", className="org.apache.cxf.jms_greeter.types.SayHi") @ResponseWrapper(localName="sayHiResponse", targetNamespace="http://cxf.apache.org/jms_greeter/types", className="org.apache.cxf.jms_greeter.types.SayHiResponse") @Generated(value="org.apache.cxf.tools.wsdlto.WSDLToJava", date="2017-04-05T16:19:08.391-04:00") String sayHi()
Apache CXF