Uses of Interface
org.springframework.batch.item.file.LineCallbackHandler

Packages that use LineCallbackHandler
org.springframework.batch.item.file Infrastructure implementations of io file concerns. 
org.springframework.batch.sample.support   
 

Uses of LineCallbackHandler in org.springframework.batch.item.file
 

Methods in org.springframework.batch.item.file with parameters of type LineCallbackHandler
 void FlatFileItemReader.setSkippedLinesCallback(LineCallbackHandler skippedLinesCallback)
           
 

Uses of LineCallbackHandler in org.springframework.batch.sample.support
 

Classes in org.springframework.batch.sample.support that implement LineCallbackHandler
 class HeaderCopyCallback
          Designed to be registered with both FlatFileItemReader and FlatFileItemWriter and copy header line from input file to output file.
 



Copyright © 2009 SpringSource. All Rights Reserved.