org.apache.hello_world_doc_lit
Interface Greeter
- All Known Implementing Classes:
- GreeterImplDoc, HTTPGreeterImpl, JMSGreeterImpl, MultiTransportGreeter
@Generated(value="org.apache.cxf.tools.wsdlto.WSDLToJava",
date="2014-07-15T11:38:50.330-04:00",
comments="Apache CXF 2.6.15")
public interface Greeter
This class was generated by Apache CXF 2.6.15
2014-07-15T11:38:50.330-04:00
Generated source version: 2.6.15
sayHi
@RequestWrapper(localName="sayHi",
targetNamespace="http://apache.org/hello_world_doc_lit/types",
className="org.apache.hello_world_doc_lit.types.SayHi")
@ResponseWrapper(localName="sayHiResponse",
targetNamespace="http://apache.org/hello_world_doc_lit/types",
className="org.apache.hello_world_doc_lit.types.SayHiResponse")
@Generated(value="org.apache.cxf.tools.wsdlto.WSDLToJava",
date="2014-07-15T11:38:50.330-04:00")
String sayHi()
greetMe
@RequestWrapper(localName="greetMe",
targetNamespace="http://apache.org/hello_world_doc_lit/types",
className="org.apache.hello_world_doc_lit.types.GreetMe")
@ResponseWrapper(localName="greetMeResponse",
targetNamespace="http://apache.org/hello_world_doc_lit/types",
className="org.apache.hello_world_doc_lit.types.GreetMeResponse")
@Generated(value="org.apache.cxf.tools.wsdlto.WSDLToJava",
date="2014-07-15T11:38:50.330-04:00")
String greetMe(String requestType)
pingMe
@RequestWrapper(localName="pingMe",
targetNamespace="http://apache.org/hello_world_doc_lit/types",
className="org.apache.hello_world_doc_lit.types.PingMe")
@ResponseWrapper(localName="pingMeResponse",
targetNamespace="http://apache.org/hello_world_doc_lit/types",
className="org.apache.hello_world_doc_lit.types.PingMeResponse")
@Generated(value="org.apache.cxf.tools.wsdlto.WSDLToJava",
date="2014-07-15T11:38:50.330-04:00")
void pingMe()
throws PingMeFault
- Throws:
PingMeFault
greetMeOneWay
@RequestWrapper(localName="greetMeOneWay",
targetNamespace="http://apache.org/hello_world_doc_lit/types",
className="org.apache.hello_world_doc_lit.types.GreetMeOneWay")
@Generated(value="org.apache.cxf.tools.wsdlto.WSDLToJava",
date="2014-07-15T11:38:50.330-04:00")
void greetMeOneWay(String requestType)
Apache CXF