Class LocatorService_Service


  • @WebServiceClient(name="LocatorService",
                      wsdlLocation="file:/Users/dkulp/working/cxf/target/checkout/testutils/src/main/resources/wsdl/locator.wsdl",
                      targetNamespace="http://apache.org/locator")
    @Generated(value="org.apache.cxf.tools.wsdlto.WSDLToJava",
               date="2023-06-06T11:29:24.580-04:00",
               comments="Apache CXF 3.6.1")
    public class LocatorService_Service
    extends javax.xml.ws.Service
    This class was generated by Apache CXF 3.6.1 2023-06-06T11:29:24.580-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:24.580-04:00")
        public static final URL WSDL_LOCATION
      • SERVICE

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

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

      • LocatorService_Service

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

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

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

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

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

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

      • getLocatorServicePort

        @WebEndpoint(name="LocatorServicePort")
        @Generated(value="org.apache.cxf.tools.wsdlto.WSDLToJava",
                   date="2023-06-06T11:29:24.580-04:00")
        public LocatorService getLocatorServicePort()
        Returns:
        returns LocatorService
      • getLocatorServicePort

        @WebEndpoint(name="LocatorServicePort")
        @Generated(value="org.apache.cxf.tools.wsdlto.WSDLToJava",
                   date="2023-06-06T11:29:24.580-04:00")
        public LocatorService getLocatorServicePort​(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 LocatorService