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