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 TypeMethodDescriptionvoidExporter.export(OutputStream output, boolean serverSchema, boolean importPolicy) voidabstract voidExporter.export(DocumentHandler docHandler, boolean serverSchema, boolean importPolicy) voidImporter.importDocument(InputStream stream) voidImporter.importDocument(Reader reader) voidImporter.importDocument(Parser parser, InputSource input) abstract voidImporter.importEntries(Enumeration<SearchResult> enumeration) -
Uses of ImportExportException in org.exolab.castor.dsml.jndi
Methods in org.exolab.castor.dsml.jndi that throw ImportExportExceptionModifier and TypeMethodDescriptionvoidJNDIExporter.export(DocumentHandler docHandler, boolean serverSchema, boolean importPolicy) voidJNDIImporter.importEntries(Enumeration<SearchResult> results) voidJNDIProducer.produce(NamingEnumeration<SearchResult> results) -
Uses of ImportExportException in org.exolab.castor.dsml.mozilla
Methods in org.exolab.castor.dsml.mozilla that throw ImportExportExceptionModifier and TypeMethodDescriptionvoidMozillaExporter.export(DocumentHandler docHandler, boolean serverSchema, boolean importPolicy) voidMozillaImporter.importEntries(Enumeration entries)