org.apache.cxf.jms_greeter
Interface JMSGreeterPortType


public interface JMSGreeterPortType

This class was generated by Apache CXF 2.5.3 2012-04-12T13:31:23.237-04:00 Generated source version: 2.5.3


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

Method Detail

greetMe

@ResponseWrapper(localName="greetMeResponse",
                 targetNamespace="http://cxf.apache.org/jms_greeter/types",
                 className="org.apache.cxf.jms_greeter.types.GreetMeResponse")
@RequestWrapper(localName="greetMe",
                targetNamespace="http://cxf.apache.org/jms_greeter/types",
                className="org.apache.cxf.jms_greeter.types.GreetMe")
String greetMe(String requestType)

sayHi

@ResponseWrapper(localName="sayHiResponse",
                 targetNamespace="http://cxf.apache.org/jms_greeter/types",
                 className="org.apache.cxf.jms_greeter.types.SayHiResponse")
@RequestWrapper(localName="sayHi",
                targetNamespace="http://cxf.apache.org/jms_greeter/types",
                className="org.apache.cxf.jms_greeter.types.SayHi")
String sayHi()

greetMeOneWay

@RequestWrapper(localName="greetMeOneWay",
                targetNamespace="http://cxf.apache.org/jms_greeter/types",
                className="org.apache.cxf.jms_greeter.types.GreetMeOneWay")
void greetMeOneWay(String requestType)


Apache CXF