Package | Description |
---|---|
org.exolab.castor.dsml |
The DSML API for importing/exporting LDAP directories as XML
|
org.exolab.castor.dsml.jndi |
DSML implementation using the JNDI API.
|
org.exolab.castor.dsml.mozilla |
DSML implementation using the Mozilla Directory SDK.
|
Modifier and Type | Method and Description |
---|---|
abstract void |
Exporter.export(DocumentHandler docHandler,
boolean serverSchema,
boolean importPolicy) |
void |
Exporter.export(OutputStream output,
boolean serverSchema,
boolean importPolicy) |
void |
Exporter.export(Writer output,
boolean serverSchema,
boolean importPolicy) |
void |
Importer.importDocument(InputStream stream) |
void |
Importer.importDocument(Parser parser,
InputSource input) |
void |
Importer.importDocument(Reader reader) |
abstract void |
Importer.importEntries(Enumeration<SearchResult> enumeration) |
Modifier and Type | Method and Description |
---|---|
void |
JNDIExporter.export(DocumentHandler docHandler,
boolean serverSchema,
boolean importPolicy) |
void |
JNDIImporter.importEntries(Enumeration<SearchResult> results) |
void |
JNDIProducer.produce(NamingEnumeration<SearchResult> results) |
Modifier and Type | Method and Description |
---|---|
void |
MozillaExporter.export(DocumentHandler docHandler,
boolean serverSchema,
boolean importPolicy) |
void |
MozillaImporter.importEntries(Enumeration entries) |
Copyright © 2014. All rights reserved.