org.apache.cxf.jms_greeter
Interface JMSGreeterPortType


public interface JMSGreeterPortType

This class was generated by Apache CXF 2.3.5-fuse-01-01 2011-09-13T20:56:11.211Z Generated source version: 2.3.5-fuse-01-01


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")
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")
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")
String sayHi()


Apache CXF