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