Class SecurityHeaderBlockImpl

    • Field Detail

      • delegateElement

        protected jakarta.xml.soap.SOAPElement delegateElement
    • Constructor Detail

      • SecurityHeaderBlockImpl

        protected SecurityHeaderBlockImpl()
      • SecurityHeaderBlockImpl

        protected SecurityHeaderBlockImpl​(jakarta.xml.soap.SOAPElement delegateElement)
    • Method Detail

      • setSOAPElement

        protected void setSOAPElement​(jakarta.xml.soap.SOAPElement delegateElement)
      • setWsuIdAttr

        protected void setWsuIdAttr​(Element element,
                                    String wsuId)
      • addAttribute

        public jakarta.xml.soap.SOAPElement addAttribute​(jakarta.xml.soap.Name arg0,
                                                         String arg1)
                                                  throws jakarta.xml.soap.SOAPException
        Specified by:
        addAttribute in interface jakarta.xml.soap.SOAPElement
        Throws:
        jakarta.xml.soap.SOAPException
      • addChildElement

        public jakarta.xml.soap.SOAPElement addChildElement​(String arg0)
                                                     throws jakarta.xml.soap.SOAPException
        Specified by:
        addChildElement in interface jakarta.xml.soap.SOAPElement
        Throws:
        jakarta.xml.soap.SOAPException
      • addChildElement

        public jakarta.xml.soap.SOAPElement addChildElement​(String arg0,
                                                            String arg1)
                                                     throws jakarta.xml.soap.SOAPException
        Specified by:
        addChildElement in interface jakarta.xml.soap.SOAPElement
        Throws:
        jakarta.xml.soap.SOAPException
      • addChildElement

        public jakarta.xml.soap.SOAPElement addChildElement​(String arg0,
                                                            String arg1,
                                                            String arg2)
                                                     throws jakarta.xml.soap.SOAPException
        Specified by:
        addChildElement in interface jakarta.xml.soap.SOAPElement
        Throws:
        jakarta.xml.soap.SOAPException
      • addChildElement

        public jakarta.xml.soap.SOAPElement addChildElement​(jakarta.xml.soap.Name arg0)
                                                     throws jakarta.xml.soap.SOAPException
        Specified by:
        addChildElement in interface jakarta.xml.soap.SOAPElement
        Throws:
        jakarta.xml.soap.SOAPException
      • addChildElement

        public jakarta.xml.soap.SOAPElement addChildElement​(jakarta.xml.soap.SOAPElement arg0)
                                                     throws jakarta.xml.soap.SOAPException
        Specified by:
        addChildElement in interface jakarta.xml.soap.SOAPElement
        Throws:
        jakarta.xml.soap.SOAPException
      • addNamespaceDeclaration

        public jakarta.xml.soap.SOAPElement addNamespaceDeclaration​(String arg0,
                                                                    String arg1)
                                                             throws jakarta.xml.soap.SOAPException
        Specified by:
        addNamespaceDeclaration in interface jakarta.xml.soap.SOAPElement
        Throws:
        jakarta.xml.soap.SOAPException
      • addTextNode

        public jakarta.xml.soap.SOAPElement addTextNode​(String arg0)
                                                 throws jakarta.xml.soap.SOAPException
        Specified by:
        addTextNode in interface jakarta.xml.soap.SOAPElement
        Throws:
        jakarta.xml.soap.SOAPException
      • cloneNode

        public Node cloneNode​(boolean arg0)
        Specified by:
        cloneNode in interface Node
      • detachNode

        public void detachNode()
        Specified by:
        detachNode in interface jakarta.xml.soap.Node
      • getAllAttributes

        public Iterator getAllAttributes()
        Specified by:
        getAllAttributes in interface jakarta.xml.soap.SOAPElement
      • getAttributeValue

        public String getAttributeValue​(jakarta.xml.soap.Name arg0)
        Specified by:
        getAttributeValue in interface jakarta.xml.soap.SOAPElement
      • getChildElements

        public Iterator getChildElements()
        Specified by:
        getChildElements in interface jakarta.xml.soap.SOAPElement
      • getChildElements

        public Iterator getChildElements​(jakarta.xml.soap.Name arg0)
        Specified by:
        getChildElements in interface jakarta.xml.soap.SOAPElement
      • getElementName

        public jakarta.xml.soap.Name getElementName()
        Specified by:
        getElementName in interface jakarta.xml.soap.SOAPElement
      • getEncodingStyle

        public String getEncodingStyle()
        Specified by:
        getEncodingStyle in interface jakarta.xml.soap.SOAPElement
      • getNamespacePrefixes

        public Iterator getNamespacePrefixes()
        Specified by:
        getNamespacePrefixes in interface jakarta.xml.soap.SOAPElement
      • getNamespaceURI

        public String getNamespaceURI​(String arg0)
        Specified by:
        getNamespaceURI in interface jakarta.xml.soap.SOAPElement
      • getNodeType

        public short getNodeType()
        Specified by:
        getNodeType in interface Node
      • getParentElement

        public jakarta.xml.soap.SOAPElement getParentElement()
        Specified by:
        getParentElement in interface jakarta.xml.soap.Node
      • getValue

        public String getValue()
        Specified by:
        getValue in interface jakarta.xml.soap.Node
      • getVisibleNamespacePrefixes

        public Iterator getVisibleNamespacePrefixes()
        Specified by:
        getVisibleNamespacePrefixes in interface jakarta.xml.soap.SOAPElement
      • hasAttributes

        public boolean hasAttributes()
        Specified by:
        hasAttributes in interface Node
      • hasChildNodes

        public boolean hasChildNodes()
        Specified by:
        hasChildNodes in interface Node
      • normalize

        public void normalize()
        Specified by:
        normalize in interface Node
      • recycleNode

        public void recycleNode()
        Specified by:
        recycleNode in interface jakarta.xml.soap.Node
      • removeAttribute

        public boolean removeAttribute​(jakarta.xml.soap.Name arg0)
        Specified by:
        removeAttribute in interface jakarta.xml.soap.SOAPElement
      • removeContents

        public void removeContents()
        Specified by:
        removeContents in interface jakarta.xml.soap.SOAPElement
      • removeNamespaceDeclaration

        public boolean removeNamespaceDeclaration​(String arg0)
        Specified by:
        removeNamespaceDeclaration in interface jakarta.xml.soap.SOAPElement
      • setEncodingStyle

        public void setEncodingStyle​(String arg0)
                              throws jakarta.xml.soap.SOAPException
        Specified by:
        setEncodingStyle in interface jakarta.xml.soap.SOAPElement
        Throws:
        jakarta.xml.soap.SOAPException
      • setParentElement

        public void setParentElement​(jakarta.xml.soap.SOAPElement arg0)
                              throws jakarta.xml.soap.SOAPException
        Specified by:
        setParentElement in interface jakarta.xml.soap.Node
        Throws:
        jakarta.xml.soap.SOAPException
      • setValue

        public void setValue​(String arg0)
        Specified by:
        setValue in interface jakarta.xml.soap.Node
      • getSoapFactory

        protected static jakarta.xml.soap.SOAPFactory getSoapFactory()
      • isSameNode

        public boolean isSameNode​(Node other)
        Specified by:
        isSameNode in interface Node
      • isEqualNode

        public boolean isEqualNode​(Node arg)
        Specified by:
        isEqualNode in interface Node
      • isBSP

        public void isBSP​(boolean flag)
      • isBSP

        public boolean isBSP()
      • getAllAttributesAsQNames

        public Iterator getAllAttributesAsQNames()
        Specified by:
        getAllAttributesAsQNames in interface jakarta.xml.soap.SOAPElement