@Generated(value="org.apache.cxf.tools.wsdlto.WSDLToJava", date="2017-04-05T16:19:07.897-04:00", comments="Apache CXF 3.1.11") public interface Greeter
| Modifier and Type | Method and Description |
|---|---|
GreetMeResponse |
greetMe(GreetMe1 in) |
void |
greetMeOneWay(String requestType) |
void |
pingMe() |
String |
sayHi() |
@Generated(value="org.apache.cxf.tools.wsdlto.WSDLToJava", date="2017-04-05T16:19:07.897-04:00") GreetMeResponse greetMe(GreetMe1 in)
@RequestWrapper(localName="pingMe", targetNamespace="http://apache.org/hello_world_mixedstyle/types", className="org.apache.hello_world_mixedstyle.types.PingMe") @ResponseWrapper(localName="pingMeResponse", targetNamespace="http://apache.org/hello_world_mixedstyle/types", className="org.apache.hello_world_mixedstyle.types.PingMeResponse") @Generated(value="org.apache.cxf.tools.wsdlto.WSDLToJava", date="2017-04-05T16:19:07.897-04:00") void pingMe() throws PingMeFault
PingMeFault@RequestWrapper(localName="sayHi", targetNamespace="http://apache.org/hello_world_mixedstyle/types", className="org.apache.hello_world_mixedstyle.types.SayHi") @ResponseWrapper(localName="sayHiResponse", targetNamespace="http://apache.org/hello_world_mixedstyle/types", className="org.apache.hello_world_mixedstyle.types.SayHiResponse") @Generated(value="org.apache.cxf.tools.wsdlto.WSDLToJava", date="2017-04-05T16:19:07.897-04:00") String sayHi()
@RequestWrapper(localName="greetMeOneWay", targetNamespace="http://apache.org/hello_world_mixedstyle/types", className="org.apache.hello_world_mixedstyle.types.GreetMeOneWay") @Generated(value="org.apache.cxf.tools.wsdlto.WSDLToJava", date="2017-04-05T16:19:07.897-04:00") void greetMeOneWay(String requestType)
Apache CXF