Package org.openadaptor.doconverter.v3

Interface Summary
ValueDecoder A ValueDecoder Class reads bytes from an inputStreams, and tries to turn them into the values that it handles.
ValueEncoder A ValueEncoder Class takes an object and writes it onto an OutputStream as a series of bytes.
 

Class Summary
AbstractValueDecoder An Abstract implementation of ValueDecoder which provides useful methods and default implementations of interface methods.
AFMessageReader Instances of this class try to convert XML documents containing DataObject messages (see AFMessageWriter) into arrays of DataObjects.
AFMessageWriter Instances of this class convert arrays of DataObjects to XML documents.
BasicDODecoder An implementation of ValueDecoder which reads "basicdo 1.1" format XML from the input stream and turns it into arrays of DataObjects.
BasicDOEncoder An implementation of ValueEncoder which encodes arrays of DataObjects as "basicdo 1.0" format XML on its output stream.
CDataStreamDecoder This class is used to decode a character stream on a Reader, turning it into an Object of some kind.
CDataStreamEncoder This class is used to encode an object onto a writer.
DebugInputStreamComponent DebugInputStreamComponent is for debugging V3 pipelines.
DebugOutputStreamComponent  
FastFmtDecoder An implementation of ValueDecoder which reads "FastFmt 1.1" format XML from the input stream and turns it into arrays of DataObjects.
FastFmtEncoder An implementation of ValueEncoder which encodes arrays of DataObjects as "fastfmt" format on its output stream.
FastFormatter The FastFormatter is a class used for reading and writing arrays of DataObjects in cryptic but fast format.
JavaDecoder An implementation of ValueDecoder which reads "Java serialised" format from the input stream and turns it into arrays of DataObjects.
JavaEncoder An implementation of ValueEncoder which encodes arrays of DataObjects as "fastfmt" format on its output stream.