com.servingxml.components.recordio
Class AbstractRecordWriter

java.lang.Object
  extended by com.servingxml.components.recordio.AbstractRecordWriter
All Implemented Interfaces:
RecordWriter
Direct Known Subclasses:
DefaultFlatFileWriter, DefaultRecordWriter, FlatFileWriter, RecordMappingRecordWriterAdaptor, SqlWriter

public abstract class AbstractRecordWriter
extends java.lang.Object
implements RecordWriter


Nested Class Summary
 
Nested classes/interfaces inherited from interface com.servingxml.components.recordio.RecordWriter
RecordWriter.DefaultDiscardWriter, RecordWriter.NullRecordWriter
 
Field Summary
 
Fields inherited from interface com.servingxml.components.recordio.RecordWriter
DEFAULT_DISCARD_WRITER, NULL
 
Constructor Summary
AbstractRecordWriter()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface com.servingxml.components.recordio.RecordWriter
close, endRecordStream, startRecordStream, writeRecord
 

Constructor Detail

AbstractRecordWriter

public AbstractRecordWriter()