Class JaxbElementTest_Service

java.lang.Object
jakarta.xml.ws.Service
org.apache.cxf.jaxb_element_test.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-06-06T12:44:57.273-04:00", comments="Apache CXF 4.0.2") public class JaxbElementTest_Service extends jakarta.xml.ws.Service
This class was generated by Apache CXF 4.0.2 2023-06-06T12:44:57.273-04:00 Generated source version: 4.0.2
  • Field Details

    • WSDL_LOCATION

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

      @Generated(value="org.apache.cxf.tools.wsdlto.WSDLToJava", date="2023-06-06T12:44:57.273-04:00") public static final QName SERVICE
    • JaxbElementTestSOAP

      @Generated(value="org.apache.cxf.tools.wsdlto.WSDLToJava", date="2023-06-06T12:44:57.273-04:00") public static final QName JaxbElementTestSOAP
  • Constructor Details

    • JaxbElementTest_Service

      @Generated(value="org.apache.cxf.tools.wsdlto.WSDLToJava", date="2023-06-06T12:44:57.273-04:00") public JaxbElementTest_Service(URL wsdlLocation)
    • JaxbElementTest_Service

      @Generated(value="org.apache.cxf.tools.wsdlto.WSDLToJava", date="2023-06-06T12:44:57.273-04:00") public JaxbElementTest_Service(URL wsdlLocation, QName serviceName)
    • JaxbElementTest_Service

      @Generated(value="org.apache.cxf.tools.wsdlto.WSDLToJava", date="2023-06-06T12:44:57.273-04:00") public JaxbElementTest_Service()
    • JaxbElementTest_Service

      @Generated(value="org.apache.cxf.tools.wsdlto.WSDLToJava", date="2023-06-06T12:44:57.273-04:00") public JaxbElementTest_Service(jakarta.xml.ws.WebServiceFeature... features)
    • JaxbElementTest_Service

      @Generated(value="org.apache.cxf.tools.wsdlto.WSDLToJava", date="2023-06-06T12:44:57.273-04:00") public JaxbElementTest_Service(URL wsdlLocation, jakarta.xml.ws.WebServiceFeature... features)
    • JaxbElementTest_Service

      @Generated(value="org.apache.cxf.tools.wsdlto.WSDLToJava", date="2023-06-06T12:44:57.273-04:00") public JaxbElementTest_Service(URL wsdlLocation, QName serviceName, jakarta.xml.ws.WebServiceFeature... features)
  • Method Details

    • getJaxbElementTestSOAP

      @WebEndpoint(name="jaxb_element_testSOAP") @Generated(value="org.apache.cxf.tools.wsdlto.WSDLToJava", date="2023-06-06T12:44:57.273-04:00") public JaxbElementTest getJaxbElementTestSOAP()
      Returns:
      returns JaxbElementTest
    • getJaxbElementTestSOAP

      @WebEndpoint(name="jaxb_element_testSOAP") @Generated(value="org.apache.cxf.tools.wsdlto.WSDLToJava", date="2023-06-06T12:44:57.273-04:00") public JaxbElementTest getJaxbElementTestSOAP(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 JaxbElementTest