org.apache.hello_world_soap_http
Interface Greeter

All Known Implementing Classes:
GreeterImpl, GreeterImpl

@Generated(value="org.apache.cxf.tools.wsdlto.WSDLToJava",
           date="2012-06-27T19:41:55.653-04:00",
           comments="Apache CXF 2.6.1")
public interface Greeter

This class was generated by Apache CXF 2.6.1 2012-06-27T19:41:55.653-04:00 Generated source version: 2.6.1


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

Method Detail

pingMe

@RequestWrapper(localName="pingMe",
                targetNamespace="http://apache.org/hello_world_soap_http/types",
                className="org.apache.hello_world_soap_http.types.PingMe")
@ResponseWrapper(localName="pingMeResponse",
                 targetNamespace="http://apache.org/hello_world_soap_http/types",
                 className="org.apache.hello_world_soap_http.types.PingMeResponse")
@Generated(value="org.apache.cxf.tools.wsdlto.WSDLToJava",
           date="2012-06-27T19:41:55.653-04:00")
void pingMe(String faultType)
            throws PingMeFault
Throws:
PingMeFault

sayHi

@RequestWrapper(localName="sayHi",
                targetNamespace="http://apache.org/hello_world_soap_http/types",
                className="org.apache.hello_world_soap_http.types.SayHi")
@ResponseWrapper(localName="sayHiResponse",
                 targetNamespace="http://apache.org/hello_world_soap_http/types",
                 className="org.apache.hello_world_soap_http.types.SayHiResponse")
@Generated(value="org.apache.cxf.tools.wsdlto.WSDLToJava",
           date="2012-06-27T19:41:55.653-04:00")
String sayHi()

greetMeOneWay

@RequestWrapper(localName="greetMeOneWay",
                targetNamespace="http://apache.org/hello_world_soap_http/types",
                className="org.apache.hello_world_soap_http.types.GreetMeOneWay")
@Generated(value="org.apache.cxf.tools.wsdlto.WSDLToJava",
           date="2012-06-27T19:41:55.653-04:00")
void greetMeOneWay(String requestType)

greetMe

@RequestWrapper(localName="greetMe",
                targetNamespace="http://apache.org/hello_world_soap_http/types",
                className="org.apache.hello_world_soap_http.types.GreetMe")
@ResponseWrapper(localName="greetMeResponse",
                 targetNamespace="http://apache.org/hello_world_soap_http/types",
                 className="org.apache.hello_world_soap_http.types.GreetMeResponse")
@Generated(value="org.apache.cxf.tools.wsdlto.WSDLToJava",
           date="2012-06-27T19:41:55.653-04:00")
String greetMe(String requestType)


Apache CAMEL