Class HeaderElementImpl

  • All Implemented Interfaces:
    javax.xml.soap.Node, javax.xml.soap.SOAPBodyElement, javax.xml.soap.SOAPElement, javax.xml.soap.SOAPHeaderElement, Element, Node
    Direct Known Subclasses:
    HeaderElement1_1Impl, HeaderElement1_2Impl

    public abstract class HeaderElementImpl
    extends ElementImpl
    implements javax.xml.soap.SOAPHeaderElement
    • Field Detail

      • RELAY_ATTRIBUTE_LOCAL_NAME

        protected static javax.xml.soap.Name RELAY_ATTRIBUTE_LOCAL_NAME
      • MUST_UNDERSTAND_ATTRIBUTE_LOCAL_NAME

        protected static javax.xml.soap.Name MUST_UNDERSTAND_ATTRIBUTE_LOCAL_NAME
    • Method Detail

      • getActorAttributeName

        protected abstract NameImpl getActorAttributeName()
      • getRoleAttributeName

        protected abstract NameImpl getRoleAttributeName()
      • getMustunderstandAttributeName

        protected abstract NameImpl getMustunderstandAttributeName()
      • getMustunderstandAttributeValue

        protected abstract boolean getMustunderstandAttributeValue​(String str)
      • getMustunderstandLiteralValue

        protected abstract String getMustunderstandLiteralValue​(boolean mu)
      • getRelayAttributeName

        protected abstract NameImpl getRelayAttributeName()
      • getRelayAttributeValue

        protected abstract boolean getRelayAttributeValue​(String str)
      • getRelayLiteralValue

        protected abstract String getRelayLiteralValue​(boolean mu)
      • getActorOrRole

        protected abstract String getActorOrRole()
      • setParentElement

        public void setParentElement​(javax.xml.soap.SOAPElement element)
                              throws javax.xml.soap.SOAPException
        Specified by:
        setParentElement in interface javax.xml.soap.Node
        Overrides:
        setParentElement in class ElementImpl
        Throws:
        javax.xml.soap.SOAPException
      • setActor

        public void setActor​(String actorUri)
        Specified by:
        setActor in interface javax.xml.soap.SOAPHeaderElement
      • setRole

        public void setRole​(String roleUri)
                     throws javax.xml.soap.SOAPException
        Specified by:
        setRole in interface javax.xml.soap.SOAPHeaderElement
        Throws:
        javax.xml.soap.SOAPException
      • getActor

        public String getActor()
        Specified by:
        getActor in interface javax.xml.soap.SOAPHeaderElement
      • getRole

        public String getRole()
        Specified by:
        getRole in interface javax.xml.soap.SOAPHeaderElement
      • setMustUnderstand

        public void setMustUnderstand​(boolean mustUnderstand)
        Specified by:
        setMustUnderstand in interface javax.xml.soap.SOAPHeaderElement
      • getMustUnderstand

        public boolean getMustUnderstand()
        Specified by:
        getMustUnderstand in interface javax.xml.soap.SOAPHeaderElement
      • setRelay

        public void setRelay​(boolean relay)
                      throws javax.xml.soap.SOAPException
        Specified by:
        setRelay in interface javax.xml.soap.SOAPHeaderElement
        Throws:
        javax.xml.soap.SOAPException
      • getRelay

        public boolean getRelay()
        Specified by:
        getRelay in interface javax.xml.soap.SOAPHeaderElement