Package org.springframework.batch.item.xml

Infrastructure implementations of xml input and output.

See:
          Description

Interface Summary
StaxWriterCallback Callback interface for writing to an XML file - useful e.g. for handling headers and footers.
 

Class Summary
StaxEventItemReader<T> Item reader for reading XML input based on StAX.
StaxEventItemWriter<T> An implementation of ItemWriter which uses StAX and Marshaller for serializing object to XML.
StaxUtils This class provides a little bit of indirection to avoid ugly conditional object creation.
 

Package org.springframework.batch.item.xml Description

Infrastructure implementations of xml input and output.



Copyright © 2013 SpringSource. All Rights Reserved.