Uses of Class
org.exolab.castor.dsml.ImportExportException
Packages that use ImportExportException
Package
Description
The DSML API for importing/exporting LDAP directories as XML
DSML implementation using the JNDI API.
DSML implementation using the Mozilla Directory SDK.
-
Uses of ImportExportException in org.exolab.castor.dsml
Methods in org.exolab.castor.dsml that throw ImportExportExceptionModifier and TypeMethodDescriptionvoid
Exporter.export
(OutputStream output, boolean serverSchema, boolean importPolicy) void
abstract void
Exporter.export
(DocumentHandler docHandler, boolean serverSchema, boolean importPolicy) void
Importer.importDocument
(InputStream stream) void
Importer.importDocument
(Reader reader) void
Importer.importDocument
(Parser parser, InputSource input) abstract void
Importer.importEntries
(Enumeration<SearchResult> enumeration) -
Uses of ImportExportException in org.exolab.castor.dsml.jndi
Methods in org.exolab.castor.dsml.jndi that throw ImportExportExceptionModifier and TypeMethodDescriptionvoid
JNDIExporter.export
(DocumentHandler docHandler, boolean serverSchema, boolean importPolicy) void
JNDIImporter.importEntries
(Enumeration<SearchResult> results) void
JNDIProducer.produce
(NamingEnumeration<SearchResult> results) -
Uses of ImportExportException in org.exolab.castor.dsml.mozilla
Methods in org.exolab.castor.dsml.mozilla that throw ImportExportExceptionModifier and TypeMethodDescriptionvoid
MozillaExporter.export
(DocumentHandler docHandler, boolean serverSchema, boolean importPolicy) void
MozillaImporter.importEntries
(Enumeration entries)