org.apache.hello_world_xml_http.wrapped
Interface Greeter

All Known Implementing Classes:
GreeterFaultImpl, GreeterImpl

public interface Greeter

This class was generated by Apache CXF 2.1.3.17-fuse Thu Apr 01 17:12:06 EDT 2010 Generated source version: 2.1.3.17-fuse


Method Summary
 java.lang.String greetMe(java.lang.String requestType)
           
 void greetMeOneWay(java.lang.String requestType)
           
 void pingMe()
           
 java.lang.String sayHi()
           
 

Method Detail

greetMe

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

sayHi

@ResponseWrapper(localName="sayHiResponse",
                 targetNamespace="http://apache.org/hello_world_xml_http/wrapped/types",
                 className="org.apache.hello_world_xml_http.wrapped.types.SayHiResponse")
@RequestWrapper(localName="sayHi",
                targetNamespace="http://apache.org/hello_world_xml_http/wrapped/types",
                className="org.apache.hello_world_xml_http.wrapped.types.SayHi")
java.lang.String sayHi()

greetMeOneWay

@RequestWrapper(localName="greetMeOneWay",
                targetNamespace="http://apache.org/hello_world_xml_http/wrapped/types",
                className="org.apache.hello_world_xml_http.wrapped.types.GreetMeOneWay")
void greetMeOneWay(java.lang.String requestType)

pingMe

@ResponseWrapper(localName="pingMeResponse",
                 targetNamespace="http://apache.org/hello_world_xml_http/wrapped/types",
                 className="org.apache.hello_world_xml_http.wrapped.types.PingMeResponse")
@RequestWrapper(localName="pingMe",
                targetNamespace="http://apache.org/hello_world_xml_http/wrapped/types",
                className="org.apache.hello_world_xml_http.wrapped.types.PingMe")
void pingMe()
            throws PingMeFault
Throws:
PingMeFault


Apache CXF