Class Discovery


  • @WebServiceClient(name="Discovery",
                      wsdlLocation="classpath:/org/apache/cxf/ws/discovery/wsdl/wsdd-discovery-1.1-wsdl-os.wsdl",
                      targetNamespace="http://docs.oasis-open.org/ws-dd/ns/discovery/2009/01")
    @Generated(value="org.apache.cxf.tools.wsdlto.WSDLToJava",
               date="2023-06-06T11:41:37.516-04:00",
               comments="Apache CXF 3.6.1")
    public class Discovery
    extends javax.xml.ws.Service
    This class was generated by Apache CXF 3.6.1 2023-06-06T11:41:37.516-04:00 Generated source version: 3.6.1
    • Field Detail

      • WSDL_LOCATION

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

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

        @Generated(value="org.apache.cxf.tools.wsdlto.WSDLToJava",
                   date="2023-06-06T11:41:37.516-04:00")
        public static final QName DiscoveryProxy
      • DiscoveryUDP

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

      • Discovery

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

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

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

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

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

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

      • getDiscoveryProxy

        @WebEndpoint(name="DiscoveryProxy")
        @Generated(value="org.apache.cxf.tools.wsdlto.WSDLToJava",
                   date="2023-06-06T11:41:37.516-04:00")
        public DiscoveryProxy getDiscoveryProxy()
        Returns:
        returns DiscoveryProxy
      • getDiscoveryProxy

        @WebEndpoint(name="DiscoveryProxy")
        @Generated(value="org.apache.cxf.tools.wsdlto.WSDLToJava",
                   date="2023-06-06T11:41:37.516-04:00")
        public DiscoveryProxy getDiscoveryProxy​(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 DiscoveryProxy
      • getDiscoveryUDP

        @WebEndpoint(name="DiscoveryUDP")
        @Generated(value="org.apache.cxf.tools.wsdlto.WSDLToJava",
                   date="2023-06-06T11:41:37.516-04:00")
        public DiscoveryProxy getDiscoveryUDP()
        Returns:
        returns DiscoveryProxy
      • getDiscoveryUDP

        @WebEndpoint(name="DiscoveryUDP")
        @Generated(value="org.apache.cxf.tools.wsdlto.WSDLToJava",
                   date="2023-06-06T11:41:37.516-04:00")
        public DiscoveryProxy getDiscoveryUDP​(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 DiscoveryProxy