Class AS4SingleSOAPHeader

java.lang.Object
com.helger.phase4.servlet.soap.AS4SingleSOAPHeader

@NotThreadSafe public class AS4SingleSOAPHeader extends Object
This class represents a single DOM element in a SOAP header with some metadata. It is used to mark headers as processed or not.
Author:
Philip Helger
  • Constructor Details

    • AS4SingleSOAPHeader

      public AS4SingleSOAPHeader(@Nonnull Element aNode, @Nonnull QName aQName, boolean bIsMustUnderstand)
      Parameters:
      aNode - The DOM element. May not be null.
      aQName - The QName of the DOM element. May not be null. Must match the QName of the provided DOM node.
      bIsMustUnderstand - true if this is a must understand header, false otherwise.
  • Method Details

    • getNode

      @Nonnull public Element getNode()
    • getQName

      @Nonnull public QName getQName()
    • isMustUnderstand

      public boolean isMustUnderstand()
    • isProcessed

      public boolean isProcessed()
    • setProcessed

      public void setProcessed(boolean bProcessed)
    • toString

      public String toString()
      Overrides:
      toString in class Object