Class JaxbElementTest_Service


  • @WebServiceClient(name="jaxb_element_test",
                      wsdlLocation="file:/Users/dkulp/working/cxf/target/checkout/testutils/src/main/resources/wsdl/jaxb_element_test.wsdl",
                      targetNamespace="http://cxf.apache.org/jaxb_element_test/")
    @Generated(value="org.apache.cxf.tools.wsdlto.WSDLToJava",
               date="2023-05-02T15:12:32.823-04:00",
               comments="Apache CXF 3.6.0")
    public class JaxbElementTest_Service
    extends javax.xml.ws.Service
    This class was generated by Apache CXF 3.6.0 2023-05-02T15:12:32.823-04:00 Generated source version: 3.6.0
    • Field Detail

      • WSDL_LOCATION

        @Generated(value="org.apache.cxf.tools.wsdlto.WSDLToJava",
                   date="2023-05-02T15:12:32.823-04:00")
        public static final URL WSDL_LOCATION
      • SERVICE

        @Generated(value="org.apache.cxf.tools.wsdlto.WSDLToJava",
                   date="2023-05-02T15:12:32.823-04:00")
        public static final QName SERVICE
      • JaxbElementTestSOAP

        @Generated(value="org.apache.cxf.tools.wsdlto.WSDLToJava",
                   date="2023-05-02T15:12:32.823-04:00")
        public static final QName JaxbElementTestSOAP
    • Constructor Detail

      • JaxbElementTest_Service

        @Generated(value="org.apache.cxf.tools.wsdlto.WSDLToJava",
                   date="2023-05-02T15:12:32.823-04:00")
        public JaxbElementTest_Service​(URL wsdlLocation)
      • JaxbElementTest_Service

        @Generated(value="org.apache.cxf.tools.wsdlto.WSDLToJava",
                   date="2023-05-02T15:12:32.823-04:00")
        public JaxbElementTest_Service​(URL wsdlLocation,
                                       QName serviceName)
      • JaxbElementTest_Service

        @Generated(value="org.apache.cxf.tools.wsdlto.WSDLToJava",
                   date="2023-05-02T15:12:32.823-04:00")
        public JaxbElementTest_Service()
      • JaxbElementTest_Service

        @Generated(value="org.apache.cxf.tools.wsdlto.WSDLToJava",
                   date="2023-05-02T15:12:32.823-04:00")
        public JaxbElementTest_Service​(javax.xml.ws.WebServiceFeature... features)
      • JaxbElementTest_Service

        @Generated(value="org.apache.cxf.tools.wsdlto.WSDLToJava",
                   date="2023-05-02T15:12:32.823-04:00")
        public JaxbElementTest_Service​(URL wsdlLocation,
                                       javax.xml.ws.WebServiceFeature... features)
      • JaxbElementTest_Service

        @Generated(value="org.apache.cxf.tools.wsdlto.WSDLToJava",
                   date="2023-05-02T15:12:32.823-04:00")
        public JaxbElementTest_Service​(URL wsdlLocation,
                                       QName serviceName,
                                       javax.xml.ws.WebServiceFeature... features)
    • Method Detail

      • getJaxbElementTestSOAP

        @WebEndpoint(name="jaxb_element_testSOAP")
        @Generated(value="org.apache.cxf.tools.wsdlto.WSDLToJava",
                   date="2023-05-02T15:12:32.823-04:00")
        public JaxbElementTest getJaxbElementTestSOAP()
        Returns:
        returns JaxbElementTest
      • getJaxbElementTestSOAP

        @WebEndpoint(name="jaxb_element_testSOAP")
        @Generated(value="org.apache.cxf.tools.wsdlto.WSDLToJava",
                   date="2023-05-02T15:12:32.823-04:00")
        public JaxbElementTest getJaxbElementTestSOAP​(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 JaxbElementTest