Package uk.co.lakesidetech.springxmldb.processor

Interface Summary
IGenerator Generator interface for abstracting the generation of XML documents.
IMultiXMLGenerator Generator interface for abstracting the generation of multiple XML documents.
IObjectToXMLProcessor The IObjectToXMLProcessor interface defines the methods for the transforming of Object graphs to XML documents and back again.
 

Class Summary
XMLDBAutoLoader The XMLDBAutoLoader can be used in a Spring context to automatically upload documents to a XMLDatabase on startup.
XMLDBExportProcessor The XMLDBExportProcessor is used to export the contents of an XML database to a filesystem location.
XMLDBImportProcessor The XMLDBImportProcessor can be used to upload the contents of a filesystem to an XML database.
XStreamObjectToXMLProcessor The XStreamObjectToXMLProcessor uses xstream to convert objects to and from XML.