|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface XmlQueryProcessor
The XmlQueryProcessor interface defines a method through which
a caller can make an XDS query.
SubscriptionShim.execute. Application shims pass their implementation to the Engine
when they call XmlCommandProcessor.execute from their PublicationShim.start
method.
SubscriptionShim.execute(com.novell.nds.dirxml.driver.XmlDocument,com.novell.nds.dirxml.driver.XmlQueryProcessor),
XmlCommandProcessor.execute(com.novell.nds.dirxml.driver.XmlDocument,com.novell.nds.dirxml.driver.XmlQueryProcessor)| Method Summary | |
|---|---|
XmlDocument |
query(XmlDocument doc)
The query method accepts an XML-encoded query and returns any results. |
| Method Detail |
|---|
XmlDocument query(XmlDocument doc)
query method accepts an XML-encoded query and returns any results.
See the Identity Manager SDK for information on query specifications and results.
doc - The document containing one or more XML-encoded query commands
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||