Class 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-06-06T11:29:23.941-04:00",
               comments="Apache CXF 3.6.1")
    public class HWByteMsgService
    extends javax.xml.ws.Service
    This class was generated by Apache CXF 3.6.1 2023-06-06T11:29:23.941-04:00 Generated source version: 3.6.1
    • Field Detail

      • WSDL_LOCATION

        @Generated(value="org.apache.cxf.tools.wsdlto.WSDLToJava",
                   date="2023-06-06T11:29:23.941-04:00")
        public static final URL WSDL_LOCATION
      • SERVICE

        @Generated(value="org.apache.cxf.tools.wsdlto.WSDLToJava",
                   date="2023-06-06T11:29:23.941-04:00")
        public static final QName SERVICE
      • HWSByteMsgPort

        @Generated(value="org.apache.cxf.tools.wsdlto.WSDLToJava",
                   date="2023-06-06T11:29:23.941-04:00")
        public static final QName HWSByteMsgPort
    • Constructor Detail

      • HWByteMsgService

        @Generated(value="org.apache.cxf.tools.wsdlto.WSDLToJava",
                   date="2023-06-06T11:29:23.941-04:00")
        public HWByteMsgService​(URL wsdlLocation)
      • HWByteMsgService

        @Generated(value="org.apache.cxf.tools.wsdlto.WSDLToJava",
                   date="2023-06-06T11:29:23.941-04:00")
        public HWByteMsgService​(URL wsdlLocation,
                                QName serviceName)
      • HWByteMsgService

        @Generated(value="org.apache.cxf.tools.wsdlto.WSDLToJava",
                   date="2023-06-06T11:29:23.941-04:00")
        public HWByteMsgService()
      • HWByteMsgService

        @Generated(value="org.apache.cxf.tools.wsdlto.WSDLToJava",
                   date="2023-06-06T11:29:23.941-04:00")
        public HWByteMsgService​(javax.xml.ws.WebServiceFeature... features)
      • HWByteMsgService

        @Generated(value="org.apache.cxf.tools.wsdlto.WSDLToJava",
                   date="2023-06-06T11:29:23.941-04:00")
        public HWByteMsgService​(URL wsdlLocation,
                                javax.xml.ws.WebServiceFeature... features)
      • HWByteMsgService

        @Generated(value="org.apache.cxf.tools.wsdlto.WSDLToJava",
                   date="2023-06-06T11:29:23.941-04:00")
        public HWByteMsgService​(URL wsdlLocation,
                                QName serviceName,
                                javax.xml.ws.WebServiceFeature... features)
    • Method Detail

      • getHWSByteMsgPort

        @WebEndpoint(name="HWSByteMsgPort")
        @Generated(value="org.apache.cxf.tools.wsdlto.WSDLToJava",
                   date="2023-06-06T11:29:23.941-04:00")
        public HelloWorldPortType getHWSByteMsgPort()
        Returns:
        returns HelloWorldPortType
      • getHWSByteMsgPort

        @WebEndpoint(name="HWSByteMsgPort")
        @Generated(value="org.apache.cxf.tools.wsdlto.WSDLToJava",
                   date="2023-06-06T11:29:23.941-04:00")
        public HelloWorldPortType getHWSByteMsgPort​(javax.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