Interface Greeter
-
- All Known Implementing Classes:
GreeterImplMixedStyle
@Generated(value="org.apache.cxf.tools.wsdlto.WSDLToJava", date="2024-03-07T12:28:43.379-05:00", comments="Apache CXF 3.6.3") public interface GreeterThis class was generated by Apache CXF 3.6.3 2024-03-07T12:28:43.379-05:00 Generated source version: 3.6.3
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description GreetMeResponsegreetMe(GreetMe1 in)voidgreetMeOneWay(String requestType)voidpingMe()StringsayHi()
-
-
-
Method Detail
-
greetMe
@Generated(value="org.apache.cxf.tools.wsdlto.WSDLToJava", date="2024-03-07T12:28:43.379-05:00") GreetMeResponse greetMe(GreetMe1 in)
-
pingMe
@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="2024-03-07T12:28:43.379-05:00") void pingMe() throws PingMeFault- Throws:
PingMeFault
-
sayHi
@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="2024-03-07T12:28:43.379-05:00") String sayHi()
-
greetMeOneWay
@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="2024-03-07T12:28:43.379-05:00") void greetMeOneWay(String requestType)
-
-