Summer.Batch.Extra.Process Namespace Reference

Classes

class  AbstractProcessAdapter
 Common logic for managing streams in readers and writers used in a process. If the underlying reader/writer is not an ItemStream, this base class does nothing Not to be used directly, it contains only the base common logic of ProcessReaderAdapter and ProcessWriterAdapter. More...
 
interface  IProcessAdapter
 Interface for managing streams in readers and writters used in a process More...
 
interface  IProcessReader
 Interface for readers in a process. More...
 
interface  IProcessWriter
 Interface for writers in process More...
 
class  ProcessReaderAdapter
 This class allows an IItemReader to be used in a process. More...
 
class  ProcessWriterAdapter
 This class allows an IItemWriter to be used in a process. More...