Uses of Class
org.springframework.batch.core.step.item.SimpleChunkProcessor

Packages that use SimpleChunkProcessor
org.springframework.batch.core.step.item Specific implementations of step concerns for item-oriented approach. 
 

Uses of SimpleChunkProcessor in org.springframework.batch.core.step.item
 

Subclasses of SimpleChunkProcessor in org.springframework.batch.core.step.item
 class FaultTolerantChunkProcessor<I,O>
          FaultTolerant implementation of the ChunkProcessor interface, that allows for skipping or retry of items that cause exceptions during writing.
 

Methods in org.springframework.batch.core.step.item that return SimpleChunkProcessor
protected  SimpleChunkProcessor<T,S> FaultTolerantStepFactoryBean.configureChunkProcessor()
           
protected  SimpleChunkProcessor<T,S> SimpleStepFactoryBean.configureChunkProcessor()
          Extension point for creating appropriate ChunkProcessor.
 



Copyright © 2009 SpringSource. All Rights Reserved.