Interface Inspection

    • Field Detail

      • QNAME

        static final QName QNAME
        QName.
    • Method Detail

      • addLink

        void addLink​(Link link)
        Add link element.
        Parameters:
        link - the link element to add
      • getLinks

        Link[] getLinks()
        Get link elements.
        Returns:
        Returns an array of link elements.
      • removeLink

        void removeLink​(Link link)
        Remove link element.
        Parameters:
        link - the link element to remove
      • addService

        void addService​(Service service)
        Add service element.
        Parameters:
        service - the service element to add
      • getServices

        Service[] getServices()
        Get service elements.
        Returns:
        Returns an array of service elements.
      • removeService

        void removeService​(Service service)
        Remove service element.
        Parameters:
        service - the service element to remove
      • getTargetNamespace

        java.lang.String getTargetNamespace()
        Get the target namespace in which the WSDL elements are defined.
        Returns:
        the target namespace
      • setTargetNamespace

        void setTargetNamespace​(java.lang.String targetNamespace)
        Set the target namespace in which WSDL elements are defined.
        Parameters:
        namespace - the target namespace
      • addNamespace

        void addNamespace​(java.lang.String localName,
                          java.lang.String value)
        Add namespace.
        Parameters:
        localName - the local name part of the namespace
        value - the namespace value
      • getNamespaces

        QName[] getNamespaces()
        Get list of namespaces.
        Returns:
        Returns a list of all specified namespaces.
      • removeNamespace

        void removeNamespace​(java.lang.String localName,
                             java.lang.String value)
        Remove namespace.
        Parameters:
        localName - the local name part of the namespace
        value - the namespace value