| java.lang.Object com.bostechcorp.cbesb.runtime.parser.impl.LegacyDataSerializer
All known Subclasses: com.bostechcorp.cbesb.runtime.parser.impl.VariantSerializer,
LegacyDataSerializer | public class LegacyDataSerializer (Code) | | The LegacyDataSerializer class is the main interface to serialize a DOM
Document into a non-xml message. All other classes in this API are used by
this class to provide the different serializing functions. The class that
instantiates the LegacyDataSerializer should also have an instance of
MDLDocumentFactory to load the MessageDefinition object used to serialize the
data. Basic flow of the serialize method: 1. Call ElementSerializerFactory's
getElementSerializer method with the MessageDefinition to get the appropriate
ElementSerializer for the root element of the message. 2. Call the
ElementSerializer's serialize method passing in the root element of the DOM
Document, the MessageDefinition and OutputStream.
|
|
|