public interface NameClassPairCallbackHandler
LdapTemplate search, list and listBindings
methods. Implementations of this interface perform the actual work of
extracting results from a single NameClassPair (a
NameClassPair, Binding or
SearchResult depending on the search operation) returned by an
LDAP seach operation, such as search(), list(), and listBindings().| Modifier and Type | Method and Description |
|---|---|
void |
handleNameClassPair(NameClassPair nameClassPair)
Handle one entry.
|
void handleNameClassPair(NameClassPair nameClassPair) throws NamingException
nameClassPair - the NameClassPair returned from the
NamingEnumeration.NamingException - if an error occurs.