@NotThreadSafe public class AS4SingleSOAPHeader extends Object
| Constructor and Description |
|---|
AS4SingleSOAPHeader(Element aNode,
QName aQName,
boolean bIsMustUnderstand) |
| Modifier and Type | Method and Description |
|---|---|
Element |
getNode() |
QName |
getQName() |
boolean |
isMustUnderstand() |
boolean |
isProcessed() |
void |
setProcessed(boolean bProcessed) |
String |
toString() |
public AS4SingleSOAPHeader(@Nonnull Element aNode, @Nonnull QName aQName, boolean bIsMustUnderstand)
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.Copyright © 2015–2019 Philip Helger. All rights reserved.