|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Interface for hooking into LX processing.
Method Summary | |
void |
initialize(java.lang.Object obj)
Initialize this hook. |
boolean |
postfix(com.novell.ldap.LDAPEntry entry,
org.w3c.dom.Element el)
Allows post processing of an element retrieved from LDAP. |
boolean |
prefix(com.novell.ldap.LDAPEntry entry)
Allows pre processing of an entry retrieved from LDAP. |
Method Detail |
public void initialize(java.lang.Object obj) throws LXException
obj
- An initialization parameter
LXException
public boolean prefix(com.novell.ldap.LDAPEntry entry) throws LXException
entry
- The LDAP entry retrieved
LXException
public boolean postfix(com.novell.ldap.LDAPEntry entry, org.w3c.dom.Element el) throws LXException
entry
- The LDAP entry retrieved.el
- The DOM element constructed.
LXException
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |