Package org.springframework.batch.repeat.callback

Infrastructure implementations of repeat callback concerns.

See:
          Description

Class Summary
ItemReaderRepeatCallback Simple wrapper for two business interfaces: get the next item from a reader and apply the given writer to the result (if not null).
NestedRepeatCallback Callback that delegates to another callback, via a RepeatOperations instance.
 

Package org.springframework.batch.repeat.callback Description

Infrastructure implementations of repeat callback concerns.



Copyright © 2009 SpringSource. All Rights Reserved.