Interface Greeter
-
- All Known Implementing Classes:
GreeterImpl
@Generated(value="org.apache.cxf.tools.wsdlto.WSDLToJava", date="2024-03-07T12:28:43.109-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.109-05:00 Generated source version: 3.6.3
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description StringgreetMe(String requestType)voidgreetMeOneWay(String requestType)voidpingMe()SayHiResponsesayHi1(SayHi in)
-
-
-
Method Detail
-
greetMeOneWay
@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="2024-03-07T12:28:43.109-05:00") void greetMeOneWay(String requestType)
-
pingMe
@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="2024-03-07T12:28:43.109-05:00") void pingMe() throws PingMeFault- Throws:
PingMeFault
-
sayHi1
@Generated(value="org.apache.cxf.tools.wsdlto.WSDLToJava", date="2024-03-07T12:28:43.109-05:00") SayHiResponse sayHi1(SayHi in)
-
greetMe
@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="2024-03-07T12:28:43.109-05:00") String greetMe(String requestType)
-
-