org.apache.cxf.jms_greeter
Interface JMSGreeterPortType
@Generated(value="org.apache.cxf.tools.wsdlto.WSDLToJava",
date="2012-12-18T19:32:00.830Z",
comments="Apache CXF 2.6.0.fuse-71-047")
public interface JMSGreeterPortType
This class was generated by Apache CXF 2.6.0.fuse-71-047
2012-12-18T19:32:00.830Z
Generated source version: 2.6.0.fuse-71-047
greetMeOneWay
@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="2012-12-18T19:32:00.830Z")
void greetMeOneWay(String requestType)
greetMe
@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="2012-12-18T19:32:00.830Z")
String greetMe(String requestType)
sayHi
@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="2012-12-18T19:32:00.830Z")
String sayHi()
Apache CXF