Uses of Package
org.springframework.batch.item.xml
Packages that use org.springframework.batch.item.xml
Package
Description
Infrastructure implementations of xml input and output.
Builders for Stax event item reader and writer.
-
Classes in org.springframework.batch.item.xml used by org.springframework.batch.item.xml
-
Classes in org.springframework.batch.item.xml used by org.springframework.batch.item.xml.builderClassDescriptionItem reader for reading XML input based on StAX.An implementation of
ItemWriter
which uses StAX andMarshaller
for serializing object to XML.Callback interface for writing to an XML file - useful e.g.