| Constructor and Description |
|---|
MxWriteCoreV1()
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
message(java.lang.String namespace,
AbstractMX obj,
java.lang.Class[] classes,
java.lang.String prefix,
boolean includeXMLDeclaration)
Deprecated.
Converts obj into a xml string
|
public java.lang.String message(java.lang.String namespace,
AbstractMX obj,
java.lang.Class[] classes,
java.lang.String prefix,
boolean includeXMLDeclaration)
MxWritemessage in interface MxWritenamespace - the namespace for the target messageobj - the object containing the message to be serializedclasses - array of all classes used or referenced by message classprefix - optional prefix for ns ("Doc" by default)includeXMLDeclaration - true to include the xml declaration (true by default)