|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object com.memberwebs.ldapxml.helpers.LXDefaultHook
Default implementation of LX processing hook.
Constructor Summary | |
LXDefaultHook()
|
Method Summary | |
java.lang.String |
convert(java.lang.String attrName,
java.lang.String syntax,
java.lang.String value)
No conversion done for attributes. |
void |
initialize(java.lang.Object obj)
No initialization necessary. |
boolean |
postfix(com.novell.ldap.LDAPEntry entry,
org.w3c.dom.Element el)
Does no post processing on element. |
boolean |
prefix(com.novell.ldap.LDAPEntry entry)
Allows pre processing of an entry retrieved from LDAP |
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public LXDefaultHook()
Method Detail |
public void initialize(java.lang.Object obj) throws LXException
initialize
in interface LXHook
obj
- Initialization parameter.
LXException
public boolean prefix(com.novell.ldap.LDAPEntry entry) throws LXException
prefix
in interface LXHook
entry
- The LDAP entry retrieved
LXException
public boolean postfix(com.novell.ldap.LDAPEntry entry, org.w3c.dom.Element el) throws LXException
postfix
in interface LXHook
entry
- The LDAP entry read.el
- The DOM element constructed.
LXException
public java.lang.String convert(java.lang.String attrName, java.lang.String syntax, java.lang.String value) throws LXException
attrName
- The attribute name.value
- The attribute value.
LXException
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |