org.apache.directory.server.ldap.handlers.response
Class BindResponseHandler

java.lang.Object
  extended by org.apache.directory.server.ldap.handlers.LdapResponseHandler<org.apache.directory.api.ldap.model.message.BindResponse>
      extended by org.apache.directory.server.ldap.handlers.response.BindResponseHandler
All Implemented Interfaces:
org.apache.mina.handler.demux.MessageHandler<org.apache.directory.api.ldap.model.message.BindResponse>

public class BindResponseHandler
extends LdapResponseHandler<org.apache.directory.api.ldap.model.message.BindResponse>

A single reply handler for BindResponses.

Author:
Apache Directory Project

Field Summary
 
Fields inherited from class org.apache.directory.server.ldap.handlers.LdapResponseHandler
ldapServer, LOG
 
Fields inherited from interface org.apache.mina.handler.demux.MessageHandler
NOOP
 
Constructor Summary
BindResponseHandler()
           
 
Method Summary
 void handle(LdapSession ldapSession, org.apache.directory.api.ldap.model.message.BindResponse bindResponse)
          Handle a Ldap message associated with a session
 
Methods inherited from class org.apache.directory.server.ldap.handlers.LdapResponseHandler
getLdapServer, handleMessage, setLdapServer
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

BindResponseHandler

public BindResponseHandler()
Method Detail

handle

public void handle(LdapSession ldapSession,
                   org.apache.directory.api.ldap.model.message.BindResponse bindResponse)
            throws Exception
Handle a Ldap message associated with a session

Specified by:
handle in class LdapResponseHandler<org.apache.directory.api.ldap.model.message.BindResponse>
Parameters:
ldapSession - The associated session
bindResponse - 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.