Class Summary |
AbstractInputAdapter |
The InputAdapter is responsible for creating the work set
that the pipeline will execute on. |
AbstractOutputAdapter |
The OutputAdapter is responsible for taking a completed
work set and storing it. |
ErrorRecordsTask |
The ErrorRecordsTask is responsible for performing processing specific to
error records by overriding method processRecords. |
OutputRecordsTask |
The OutputRecordsTask encapsulates generic processing required for
processing OutputAdapter records. |
ValidRecordsTask |
The ValidRecordsTask is responsible for performing processing specific to
valid records by overriding processRecords method. |