Uses of Interface
uk.co.lakesidetech.springxmldb.startup.IXMLDBServerStartup

Packages that use IXMLDBServerStartup
uk.co.lakesidetech.springxmldb.startup.exist   
uk.co.lakesidetech.springxmldb.startup.xindice   
 

Uses of IXMLDBServerStartup in uk.co.lakesidetech.springxmldb.startup.exist
 

Classes in uk.co.lakesidetech.springxmldb.startup.exist that implement IXMLDBServerStartup
 class ExistEmbeddedServer
           The ExistEmbeddedServer will startup an embedded XML database which can be connected to in the same JVM be using a xmldb:$databasename:/// database uri for the database.
 class ExistStandaloneServer
           The ExistStandaloneServer will startup an embedded XML database which can be connected to in the same JVM be using a xmldb:$databasename:/// database uri for the database.
 

Uses of IXMLDBServerStartup in uk.co.lakesidetech.springxmldb.startup.xindice
 

Classes in uk.co.lakesidetech.springxmldb.startup.xindice that implement IXMLDBServerStartup
 class XindiceManagedServer
           The XindiceManagedServer will start up a local embedded managed instance of Xindice without XMLRPC access.