|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectedu.vt.middleware.ldap.dsml.AbstractDsml
edu.vt.middleware.ldap.dsml.Dsmlv2
public final class Dsmlv2
Dsmlv2 contains functions for converting LDAP search result sets
into DSML version 2.
| Field Summary |
|---|
| Fields inherited from class edu.vt.middleware.ldap.dsml.AbstractDsml |
|---|
beanFactory, logger |
| Constructor Summary | |
|---|---|
Dsmlv2()
Default constructor. |
|
| Method Summary | |
|---|---|
org.dom4j.Document |
createDsml(Iterator<SearchResult> results)
This will take the results of a prior LDAP query and convert it to a DSML Document. |
org.dom4j.Document |
createDsml(LdapResult result)
This will take the results of a prior LDAP query and convert it to a DSML Document. |
LdapResult |
createLdapResult(org.dom4j.Document doc)
This will take a DSML Document and convert it to a
LdapResult. |
Iterator<SearchResult> |
createSearchResults(org.dom4j.Document doc)
This will take a DSML Document and convert it to an Iterator
of LDAP search results. |
| Methods inherited from class edu.vt.middleware.ldap.dsml.AbstractDsml |
|---|
createDsmlAttribute, createDsmlAttributes, createDsmlEntry, createLdapEntry, getLdapBeanFactory, importDsml, importDsmlToLdapResult, outputDsml, outputDsml, setLdapBeanFactory |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public Dsmlv2()
| Method Detail |
|---|
public org.dom4j.Document createDsml(Iterator<SearchResult> results)
Document.
createDsml in class AbstractDsmlresults - Iterator of LDAP search results
Documentpublic org.dom4j.Document createDsml(LdapResult result)
Document.
createDsml in class AbstractDsmlresult - LdapResult
Documentpublic Iterator<SearchResult> createSearchResults(org.dom4j.Document doc)
Document and convert it to an Iterator
of LDAP search results.
doc - Document of DSML
Iterator - of LDAP search resultspublic LdapResult createLdapResult(org.dom4j.Document doc)
Document and convert it to a
LdapResult.
createLdapResult in class AbstractDsmldoc - Document of DSML
LdapResult
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||