Package org.springframework.batch.item.support

Internal support package

See:
          Description

Class Summary
AbstractBufferedItemReaderItemStream Abstract superclass for ItemReaders which use item buffering to support reset/rollback.
AbstractItemReader Base class for ItemReader implementations.
AbstractItemStreamItemReader Base class for ItemReader implementations.
AbstractItemStreamItemWriter Base class for ItemWriter implementations.
AbstractItemWriter Abstract ItemWriter that allows for base classes to only implement the AbstractItemWriter.flush() and AbstractItemWriter.clear() methods if they need it.
AggregateItemReader An ItemReader that delivers a list as its item, storing up objects from the injected ItemReader until they are ready to be packed out as a collection.
CompositeItemStream Simple ItemStream that delegates to a list of other streams.
CompositeItemWriter Calls a collection of ItemWriters in fixed-order sequence.
DelegatingItemReader Simple wrapper around ItemReader.
DelegatingItemWriter Simple wrapper around ItemWriter.
ListItemReader An ItemReader that pulls data from a list.
 

Package org.springframework.batch.item.support Description

Internal support package



Copyright © 2009 SpringSource. All Rights Reserved.