Class HWByteMsgService

java.lang.Object
jakarta.xml.ws.Service
org.apache.cxf.hello_world_jms.HWByteMsgService

@WebServiceClient(name="HWByteMsgService", wsdlLocation="file:/Users/dkulp/working/cxf/target/checkout/testutils/src/main/resources/wsdl/jms_test.wsdl", targetNamespace="http://cxf.apache.org/hello_world_jms") @Generated(value="org.apache.cxf.tools.wsdlto.WSDLToJava", date="2023-09-13T13:18:14.839-04:00", comments="Apache CXF 4.0.3") public class HWByteMsgService extends jakarta.xml.ws.Service
This class was generated by Apache CXF 4.0.3 2023-09-13T13:18:14.839-04:00 Generated source version: 4.0.3
  • Field Details

    • WSDL_LOCATION

      @Generated(value="org.apache.cxf.tools.wsdlto.WSDLToJava", date="2023-09-13T13:18:14.839-04:00") public static final URL WSDL_LOCATION
    • SERVICE

      @Generated(value="org.apache.cxf.tools.wsdlto.WSDLToJava", date="2023-09-13T13:18:14.839-04:00") public static final QName SERVICE
    • HWSByteMsgPort

      @Generated(value="org.apache.cxf.tools.wsdlto.WSDLToJava", date="2023-09-13T13:18:14.839-04:00") public static final QName HWSByteMsgPort
  • Constructor Details

    • HWByteMsgService

      @Generated(value="org.apache.cxf.tools.wsdlto.WSDLToJava", date="2023-09-13T13:18:14.839-04:00") public HWByteMsgService(URL wsdlLocation)
    • HWByteMsgService

      @Generated(value="org.apache.cxf.tools.wsdlto.WSDLToJava", date="2023-09-13T13:18:14.839-04:00") public HWByteMsgService(URL wsdlLocation, QName serviceName)
    • HWByteMsgService

      @Generated(value="org.apache.cxf.tools.wsdlto.WSDLToJava", date="2023-09-13T13:18:14.839-04:00") public HWByteMsgService()
    • HWByteMsgService

      @Generated(value="org.apache.cxf.tools.wsdlto.WSDLToJava", date="2023-09-13T13:18:14.839-04:00") public HWByteMsgService(jakarta.xml.ws.WebServiceFeature... features)
    • HWByteMsgService

      @Generated(value="org.apache.cxf.tools.wsdlto.WSDLToJava", date="2023-09-13T13:18:14.839-04:00") public HWByteMsgService(URL wsdlLocation, jakarta.xml.ws.WebServiceFeature... features)
    • HWByteMsgService

      @Generated(value="org.apache.cxf.tools.wsdlto.WSDLToJava", date="2023-09-13T13:18:14.839-04:00") public HWByteMsgService(URL wsdlLocation, QName serviceName, jakarta.xml.ws.WebServiceFeature... features)
  • Method Details

    • getHWSByteMsgPort

      @WebEndpoint(name="HWSByteMsgPort") @Generated(value="org.apache.cxf.tools.wsdlto.WSDLToJava", date="2023-09-13T13:18:14.839-04:00") public HelloWorldPortType getHWSByteMsgPort()
      Returns:
      returns HelloWorldPortType
    • getHWSByteMsgPort

      @WebEndpoint(name="HWSByteMsgPort") @Generated(value="org.apache.cxf.tools.wsdlto.WSDLToJava", date="2023-09-13T13:18:14.839-04:00") public HelloWorldPortType getHWSByteMsgPort(jakarta.xml.ws.WebServiceFeature... features)
      Parameters:
      features - A list of WebServiceFeature to configure on the proxy. Supported features not in the features parameter will have their default values.
      Returns:
      returns HelloWorldPortType