public class MxWriteConfiguration
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
java.lang.String |
documentPrefix
The prefix for the document namespace.
|
EscapeHandler |
escapeHandler
Enables switching between different implementations for the element and attributes value escaping.
|
java.lang.String |
headerPrefix
The prefix for the header namespace.
|
boolean |
includeXMLDeclaration
Determines if the XML will include the XML declaration as first line.
|
java.lang.String |
rootElement
The name of the envelope element that binds a Header to the message to which it applies is
implementation/network specific.
|
| Constructor and Description |
|---|
MxWriteConfiguration() |
public java.lang.String rootElement
AbstractMX.DEFAULT_ROOT_ELEMENT
is used as defaultpublic boolean includeXMLDeclaration
public EscapeHandler escapeHandler
public java.lang.String headerPrefix
public java.lang.String documentPrefix