org.apache.directory.server.ldap.support
Class AddHandler

java.lang.Object
  extended by org.apache.directory.server.ldap.support.AddHandler
All Implemented Interfaces:
LdapMessageHandler

public class AddHandler
extends java.lang.Object
implements LdapMessageHandler

A single reply handler for org.apache.directory.shared.ldap.message.AddRequests.

Version:
$Rev: 437287 $
Author:
Apache Directory Project

Constructor Summary
AddHandler()
           
 
Method Summary
 void init(StartupConfiguration cfg)
           
 void messageReceived(IoSession session, java.lang.Object request)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AddHandler

public AddHandler()
Method Detail

messageReceived

public void messageReceived(IoSession session,
                            java.lang.Object request)

init

public void init(StartupConfiguration cfg)
Specified by:
init in interface LdapMessageHandler