Interface TWSDLExtensible

    • Method Detail

      • getNameValue

        String getNameValue()
        Deprecated.
        Gives the wsdl extensiblity element's name attribute value. It can be null as @name on some of the wsdl extensibility elements are optinal such as wsdl:input
      • getNamespaceURI

        String getNamespaceURI()
        Deprecated.
        Gives namespace URI of a wsdl extensibility element.
      • getWSDLElementName

        QName getWSDLElementName()
        Deprecated.
        Gives the WSDL element or WSDL extensibility element name
      • getParent

        TWSDLExtensible getParent()
        Deprecated.
        Gives the parent of a wsdl extensibility element.
        
         For example,
        
             <wsdl:portType>
                 <wsdl:operation>
             ...
         
        Here, the TWSDLExtensiblerepresenting wsdl:operation's parent would be wsdl:portType
        Returns:
        null if the TWSDLExtensible has no parent, root of wsdl document - wsdl:definition.