@Generated(value="org.apache.cxf.tools.wsdlto.WSDLToJava",
date="2014-05-30T10:16:47.685-02:30",
comments="Apache CXF 2.6.0.redhat-60065")
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-05-30T10:16:47.685-02:30") 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-05-30T10:16:47.685-02:30") 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-05-30T10:16:47.685-02:30") void greetMeOneWay(String requestType)
@Generated(value="org.apache.cxf.tools.wsdlto.WSDLToJava",
date="2014-05-30T10:16:47.685-02:30")
SayHiResponse sayHi1(SayHi in)
Apache CXF