Interface Greeter

All Known Implementing Classes:
GreeterImpl

@Generated(value="org.apache.cxf.tools.wsdlto.WSDLToJava", date="2023-05-02T16:18:57.664-04:00", comments="Apache CXF 4.0.1") public interface Greeter
This class was generated by Apache CXF 4.0.1 2023-05-02T16:18:57.664-04:00 Generated source version: 4.0.1
  • Method Details

    • 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="2023-05-02T16:18:57.664-04: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="2023-05-02T16:18:57.664-04:00") void pingMe() throws PingMeFault
      Throws:
      PingMeFault
    • sayHi1

      @Generated(value="org.apache.cxf.tools.wsdlto.WSDLToJava", date="2023-05-02T16:18:57.664-04: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="2023-05-02T16:18:57.664-04:00") String greetMe(String requestType)