org.apache.hello_world_xml_http.mixed
Interface Greeter

All Known Implementing Classes:
GreeterImpl

@Generated(value="org.apache.cxf.tools.wsdlto.WSDLToJava",
           date="2012-07-26T16:07:48.131Z",
           comments="Apache CXF 2.5.0.fuse-70-084")
public interface Greeter

This class was generated by Apache CXF 2.5.0.fuse-70-084 2012-07-26T16:07:48.131Z Generated source version: 2.5.0.fuse-70-084


Method Summary
 String greetMe(String requestType)
           
 void greetMeOneWay(String requestType)
           
 void pingMe()
           
 SayHiResponse sayHi1(SayHi in)
           
 

Method Detail

greetMeOneWay

@RequestWrapper(localName="greetMeOneWay",
                targetNamespace="http://apache.org/hello_world_xml_http/mixed/types",
                className="org.apache.hello_world_xml_http.mixed.types.GreetMeOneWay")
@Generated(value="org.apache.cxf.tools.wsdlto.WSDLToJava",
           date="2012-07-26T16:07:48.131Z")
void greetMeOneWay(String requestType)

greetMe

@RequestWrapper(localName="greetMe",
                targetNamespace="http://apache.org/hello_world_xml_http/mixed/types",
                className="org.apache.hello_world_xml_http.mixed.types.GreetMe")
@ResponseWrapper(localName="greetMeResponse",
                 targetNamespace="http://apache.org/hello_world_xml_http/mixed/types",
                 className="org.apache.hello_world_xml_http.mixed.types.GreetMeResponse")
@Generated(value="org.apache.cxf.tools.wsdlto.WSDLToJava",
           date="2012-07-26T16:07:48.131Z")
String greetMe(String requestType)

pingMe

@RequestWrapper(localName="pingMe",
                targetNamespace="http://apache.org/hello_world_xml_http/mixed/types",
                className="org.apache.hello_world_xml_http.mixed.types.PingMe")
@ResponseWrapper(localName="pingMeResponse",
                 targetNamespace="http://apache.org/hello_world_xml_http/mixed/types",
                 className="org.apache.hello_world_xml_http.mixed.types.PingMeResponse")
@Generated(value="org.apache.cxf.tools.wsdlto.WSDLToJava",
           date="2012-07-26T16:07:48.131Z")
void pingMe()
            throws PingMeFault
Throws:
PingMeFault

sayHi1

@Generated(value="org.apache.cxf.tools.wsdlto.WSDLToJava",
           date="2012-07-26T16:07:48.131Z")
SayHiResponse sayHi1(SayHi in)


Apache CXF