* {@inheritDoc}
*/
public void action( LdapMessageContainer<ModifyDnRequestDecorator> container )
{
// Now, we can allocate the ModifyDNRequest Object
ModifyDnRequestDecorator modifyDnRequest = new ModifyDnRequestDecorator(
container.getLdapCodecService(), new ModifyDnRequestImpl( container.getMessageId() ) );
container.setMessage( modifyDnRequest );
LOG.debug( "ModifyDn request" );
}