public static interface XmlSignature2Message.Input
| Modifier and Type | Method and Description |
|---|---|
Document |
getMessageBodyDocument()
Message body containing the XML signature as DOM.
|
List<XMLObject> |
getObjects()
Returns the objects.
|
Object |
getOutputNodeSearch()
Output node search value for determining the node from the XML
signature document which shall be set to the output message body.
|
String |
getOutputNodeSearchType()
Search type.
|
String |
getOutputXmlEncoding()
The character encoding of the resulting XML document.
|
List<Reference> |
getReferences()
Returns the references.
|
Boolean |
getRemoveSignatureElements()
Indicator whether the XML signature elements should be removed from
the document set to the output message.
|
Boolean |
omitXmlDeclaration()
Indicator whether XML declaration should be omitted.
|
List<Reference> getReferences()
nullList<XMLObject> getObjects()
nullDocument getMessageBodyDocument()
Boolean omitXmlDeclaration()
Boolean.TRUE if the XML declaration shall be omitted
in the output document.Object getOutputNodeSearch()
String getOutputNodeSearchType()
getOutputNodeSearch().Boolean getRemoveSignatureElements()
String getOutputXmlEncoding()
null. If null then the encoding of the
original XML document is used.Apache Camel