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

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

public class ModifyResponseHandler
extends LdapResponseHandler<org.apache.directory.api.ldap.model.message.ModifyResponse>

A single reply handler for ModifyResponses.

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
ModifyResponseHandler()
           
 
Method Summary
 void handle(LdapSession session, org.apache.directory.api.ldap.model.message.ModifyResponse modifyResponse)
          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

ModifyResponseHandler

public ModifyResponseHandler()
Method Detail

handle

public void handle(LdapSession session,
                   org.apache.directory.api.ldap.model.message.ModifyResponse modifyResponse)
Handle a Ldap message associated with a session

Specified by:
handle in class LdapResponseHandler<org.apache.directory.api.ldap.model.message.ModifyResponse>
Parameters:
session - The associated session
modifyResponse - The message we have to handle


Copyright © 2003-2013 The Apache Software Foundation. All Rights Reserved.