org.apache.directory.server.ldap.handlers.response
Class ModifyDnResponseHandler
java.lang.Object
org.apache.directory.server.ldap.handlers.LdapResponseHandler<org.apache.directory.api.ldap.model.message.ModifyDnResponse>
org.apache.directory.server.ldap.handlers.response.ModifyDnResponseHandler
- All Implemented Interfaces:
- org.apache.mina.handler.demux.MessageHandler<org.apache.directory.api.ldap.model.message.ModifyDnResponse>
public class ModifyDnResponseHandler
- extends LdapResponseHandler<org.apache.directory.api.ldap.model.message.ModifyDnResponse>
A single reply handler for ModifyDnResponses.
- 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.ModifyDnResponse modifyDnResponse)
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 |
ModifyDnResponseHandler
public ModifyDnResponseHandler()
handle
public void handle(LdapSession session,
org.apache.directory.api.ldap.model.message.ModifyDnResponse modifyDnResponse)
- Handle a Ldap message associated with a session
- Specified by:
handle in class LdapResponseHandler<org.apache.directory.api.ldap.model.message.ModifyDnResponse>
- Parameters:
session - The associated sessionmodifyDnResponse - The message we have to handle
Copyright © 2003-2013 The Apache Software Foundation. All Rights Reserved.