* {@inheritDoc}
*/
public void action( LdapMessageContainer<DeleteRequestDecorator> container ) throws DecoderException
{
// Create the DeleteRequest LdapMessage instance and store it in the container
DeleteRequest internaldelRequest = new DeleteRequestImpl();
internaldelRequest.setMessageId( container.getMessageId() );
DeleteRequestDecorator delRequest = new DeleteRequestDecorator(
container.getLdapCodecService(), internaldelRequest );
container.setMessage( delRequest );
// And store the Dn into it