@Generated(value="org.apache.cxf.tools.wsdlto.WSDLToJava",
date="2014-05-30T10:16:48.133-02:30",
comments="Apache CXF 2.6.0.redhat-60065")
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-05-30T10:16:48.133-02:30") 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-05-30T10:16:48.133-02:30") void pingMe() throws PingMeFault
PingMeFault@Generated(value="org.apache.cxf.tools.wsdlto.WSDLToJava",
date="2014-05-30T10:16:48.133-02:30")
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-05-30T10:16:48.133-02:30") String sayHi()
Apache CXF