org.apache.hello_world
Interface Greeter

All Known Implementing Classes:
GreeterImpl

@Generated(value="org.apache.cxf.tools.wsdlto.WSDLToJava",
           date="2013-07-16T21:39:18.548-04:00",
           comments="Apache CXF 2.6.9")
public interface Greeter

This class was generated by Apache CXF 2.6.9 2013-07-16T21:39:18.548-04:00 Generated source version: 2.6.9


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

Method Detail

pingMe

@ResponseWrapper(localName="pingMeResponse",
                 targetNamespace="http://apache.org/hello_world/types",
                 className="org.apache.hello_world.types.PingMeResponse")
@RequestWrapper(localName="pingMe",
                targetNamespace="http://apache.org/hello_world/types",
                className="org.apache.hello_world.types.PingMe")
@Generated(value="org.apache.cxf.tools.wsdlto.WSDLToJava",
           date="2013-07-16T21:39:18.548-04:00")
void pingMe()
            throws PingMeFault
Throws:
PingMeFault

sayHi

@ResponseWrapper(localName="sayHiResponse",
                 targetNamespace="http://apache.org/hello_world/types",
                 className="org.apache.hello_world.types.SayHiResponse")
@RequestWrapper(localName="sayHi",
                targetNamespace="http://apache.org/hello_world/types",
                className="org.apache.hello_world.types.SayHi")
@Generated(value="org.apache.cxf.tools.wsdlto.WSDLToJava",
           date="2013-07-16T21:39:18.548-04:00")
String sayHi()

greetMe

@ResponseWrapper(localName="greetMeResponse",
                 targetNamespace="http://apache.org/hello_world/types",
                 className="org.apache.hello_world.types.GreetMeResponse")
@RequestWrapper(localName="greetMe",
                targetNamespace="http://apache.org/hello_world/types",
                className="org.apache.hello_world.types.GreetMe")
@Generated(value="org.apache.cxf.tools.wsdlto.WSDLToJava",
           date="2013-07-16T21:39:18.548-04:00")
String greetMe(String requestType)


Apache CXF