org.apache.cxf.jms_greeter
Interface JMSGreeterPortType


@Generated(value="org.apache.cxf.tools.wsdlto.WSDLToJava",
           date="2012-10-02T15:03:37.635Z",
           comments="Apache CXF 2.5.0.fuse-70-097")
public interface JMSGreeterPortType

This class was generated by Apache CXF 2.5.0.fuse-70-097 2012-10-02T15:03:37.635Z Generated source version: 2.5.0.fuse-70-097


Method Summary
 String greetMe(String requestType)
           
 void greetMeOneWay(String requestType)
           
 String sayHi()
           
 

Method Detail

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-10-02T15:03:37.635Z")
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-10-02T15:03:37.635Z")
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-10-02T15:03:37.635Z")
String sayHi()


Apache CXF