Package com.helger.phase4.servlet.soap
Class AS4SingleSOAPHeader
java.lang.Object
com.helger.phase4.servlet.soap.AS4SingleSOAPHeader
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 Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetNode()getQName()booleanbooleanvoidsetProcessed(boolean bProcessed) toString()
-
Constructor Details
-
AS4SingleSOAPHeader
public AS4SingleSOAPHeader(@Nonnull Element aNode, @Nonnull QName aQName, boolean bIsMustUnderstand) - Parameters:
aNode- The DOM element. May not benull.aQName- The QName of the DOM element. May not benull. Must match the QName of the provided DOM node.bIsMustUnderstand-trueif this is a must understand header,falseotherwise.
-
-
Method Details