org.apache.hello_world_xml_http.mixed
Interface Greeter
- All Known Implementing Classes:
- GreeterImpl
@Generated(value="org.apache.cxf.tools.wsdlto.WSDLToJava",
date="2014-07-15T14:38:32.870-04:00",
comments="Apache CXF 3.0.1")
public interface Greeter
This class was generated by Apache CXF 3.0.1
2014-07-15T14:38:32.870-04:00
Generated source version: 3.0.1
pingMe
@RequestWrapper(localName="pingMe",
targetNamespace="http://apache.org/hello_world_xml_http/mixed/types",
className="org.apache.hello_world_xml_http.mixed.types.PingMe")
@ResponseWrapper(localName="pingMeResponse",
targetNamespace="http://apache.org/hello_world_xml_http/mixed/types",
className="org.apache.hello_world_xml_http.mixed.types.PingMeResponse")
@Generated(value="org.apache.cxf.tools.wsdlto.WSDLToJava",
date="2014-07-15T14:38:32.870-04:00")
void pingMe()
throws PingMeFault
- Throws:
PingMeFault
greetMe
@RequestWrapper(localName="greetMe",
targetNamespace="http://apache.org/hello_world_xml_http/mixed/types",
className="org.apache.hello_world_xml_http.mixed.types.GreetMe")
@ResponseWrapper(localName="greetMeResponse",
targetNamespace="http://apache.org/hello_world_xml_http/mixed/types",
className="org.apache.hello_world_xml_http.mixed.types.GreetMeResponse")
@Generated(value="org.apache.cxf.tools.wsdlto.WSDLToJava",
date="2014-07-15T14:38:32.870-04:00")
String greetMe(String requestType)
greetMeOneWay
@RequestWrapper(localName="greetMeOneWay",
targetNamespace="http://apache.org/hello_world_xml_http/mixed/types",
className="org.apache.hello_world_xml_http.mixed.types.GreetMeOneWay")
@Generated(value="org.apache.cxf.tools.wsdlto.WSDLToJava",
date="2014-07-15T14:38:32.870-04:00")
void greetMeOneWay(String requestType)
sayHi1
@Generated(value="org.apache.cxf.tools.wsdlto.WSDLToJava",
date="2014-07-15T14:38:32.870-04:00")
SayHiResponse sayHi1(SayHi in)
Apache CXF