org.apache.directory.server.ldap.handlers.response
Class SearchResultEntryHandler
java.lang.Object
org.apache.directory.server.ldap.handlers.LdapResponseHandler<org.apache.directory.api.ldap.model.message.SearchResultEntry>
org.apache.directory.server.ldap.handlers.response.SearchResultEntryHandler
- All Implemented Interfaces:
- org.apache.mina.handler.demux.MessageHandler<org.apache.directory.api.ldap.model.message.SearchResultEntry>
public class SearchResultEntryHandler
- extends LdapResponseHandler<org.apache.directory.api.ldap.model.message.SearchResultEntry>
A handler for processing SearchResultEntry responses.
- Author:
- Apache Directory Project
| Fields inherited from interface org.apache.mina.handler.demux.MessageHandler |
NOOP |
|
Method Summary |
void |
handle(LdapSession session,
org.apache.directory.api.ldap.model.message.SearchResultEntry searchResultEntry)
Handle a Ldap message associated with a session |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
SearchResultEntryHandler
public SearchResultEntryHandler()
handle
public void handle(LdapSession session,
org.apache.directory.api.ldap.model.message.SearchResultEntry searchResultEntry)
throws Exception
- Handle a Ldap message associated with a session
- Specified by:
handle in class LdapResponseHandler<org.apache.directory.api.ldap.model.message.SearchResultEntry>
- Parameters:
session - The associated sessionsearchResultEntry - The message we have to handle
- Throws:
Exception - If there is an error during the processing of this message
Copyright © 2003-2013 The Apache Software Foundation. All Rights Reserved.