Uses of Interface
org.springframework.batch.core.step.item.ItemHandler

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

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

Classes in org.springframework.batch.core.step.item that implement ItemHandler
 class ItemSkipPolicyItemHandler
          ItemHandler that implements skip behavior.
 class SimpleItemHandler
          Simplest possible implementation of ItemHandler with no skipping or recovering.
 

Methods in org.springframework.batch.core.step.item that return ItemHandler
protected  ItemHandler SimpleStepFactoryBean.getItemHandler()
          Public getter for the ItemHandler.
 

Methods in org.springframework.batch.core.step.item with parameters of type ItemHandler
 void ItemOrientedStep.setItemHandler(ItemHandler itemHandler)
          Public setter for the ItemHandler.
protected  void SimpleStepFactoryBean.setItemHandler(ItemHandler itemHandler)
          Public setter for the ItemHandler.
 



Copyright © 2009 SpringSource. All Rights Reserved.