org.apache.hello_world_xml_http.mixed
Interface Greeter

All Known Implementing Classes:
GreeterImpl

@Generated(value="org.apache.cxf.tools.wsdlto.WSDLToJava",
           date="2012-12-18T19:32:00.390Z",
           comments="Apache CXF 2.6.0.fuse-71-047")
public interface Greeter

This class was generated by Apache CXF 2.6.0.fuse-71-047 2012-12-18T19:32:00.390Z Generated source version: 2.6.0.fuse-71-047


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

Method Detail

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-12-18T19:32:00.390Z")
void pingMe()
            throws PingMeFault
Throws:
PingMeFault

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-12-18T19:32:00.390Z")
String greetMe(String requestType)

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-12-18T19:32:00.390Z")
void greetMeOneWay(String requestType)

sayHi1

@Generated(value="org.apache.cxf.tools.wsdlto.WSDLToJava",
           date="2012-12-18T19:32:00.390Z")
SayHiResponse sayHi1(SayHi in)


Apache CXF