org.apache.hello_world_soap_http
Interface Greeter

All Known Implementing Classes:
GreeterImpl, GreeterImpl

public interface Greeter

This class was generated by Apache CXF 2.4.1-fuse-00-53 2011-08-28T17:20:44.231Z Generated source version: 2.4.1-fuse-00-53


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

greetMeOneWay

@RequestWrapper(localName="greetMeOneWay",
                targetNamespace="http://apache.org/hello_world_soap_http/types",
                className="org.apache.hello_world_soap_http.types.GreetMeOneWay")
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")
String greetMe(String requestType)


Apache CAMEL