Uses of Interface
org.springframework.batch.item.xml.StaxWriterCallback

Packages that use StaxWriterCallback
org.springframework.batch.item.xml Infrastructure implementations of xml input and output. 
 

Uses of StaxWriterCallback in org.springframework.batch.item.xml
 

Methods in org.springframework.batch.item.xml with parameters of type StaxWriterCallback
 void StaxEventItemWriter.setFooterCallback(StaxWriterCallback footerCallback)
          footerCallback is called after writing all items but before closing the file
 void StaxEventItemWriter.setHeaderCallback(StaxWriterCallback headerCallback)
          headerCallback is called before writing any items.
 



Copyright © 2009 SpringSource. All Rights Reserved.