@Generated(value="org.apache.cxf.tools.wsdlto.WSDLToJava", date="2014-04-08T14:14:25.781+02:00", comments="Apache CXF 2.7.0.redhat-610379") public interface Greeter
| Modifier and Type | Method and Description |
|---|---|
String |
greetMe(String requestType) |
void |
greetMeOneWay(String requestType) |
void |
pingMe() |
SayHiResponse |
sayHi1(SayHi in) |
@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-04-08T14:14:25.781+02:00") void pingMe() throws PingMeFault
PingMeFault@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-04-08T14:14:25.781+02:00") String greetMe(String requestType)
@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-04-08T14:14:25.781+02:00") void greetMeOneWay(String requestType)
@Generated(value="org.apache.cxf.tools.wsdlto.WSDLToJava", date="2014-04-08T14:14:25.781+02:00") SayHiResponse sayHi1(SayHi in)
Apache CXF