Class HeaderElementImpl

java.lang.Object
com.sun.xml.messaging.saaj.soap.impl.ElementImpl
com.sun.xml.messaging.saaj.soap.impl.HeaderElementImpl
All Implemented Interfaces:
jakarta.xml.soap.Node, jakarta.xml.soap.SOAPBodyElement, jakarta.xml.soap.SOAPElement, jakarta.xml.soap.SOAPHeaderElement, Element, Node
Direct Known Subclasses:
HeaderElement1_1Impl, HeaderElement1_2Impl

public abstract class HeaderElementImpl extends ElementImpl implements jakarta.xml.soap.SOAPHeaderElement
  • Field Details

    • RELAY_ATTRIBUTE_LOCAL_NAME

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

      protected static jakarta.xml.soap.Name MUST_UNDERSTAND_ATTRIBUTE_LOCAL_NAME
  • Constructor Details

  • Method Details

    • 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(jakarta.xml.soap.SOAPElement element) throws jakarta.xml.soap.SOAPException
      Specified by:
      setParentElement in interface jakarta.xml.soap.Node
      Overrides:
      setParentElement in class ElementImpl
      Throws:
      jakarta.xml.soap.SOAPException
    • setActor

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

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

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

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

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

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

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

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