else if ( LdapConstants.MODIFYDN_RESPONSE == response.getMessageType() )
{
ModifyDNResponse modifyDNResponse = response.getModifyDNResponse();
copyMessageIdAndControls( response, modifyDNResponse );
ModDNResponseDsml modDNResponseDsml = new ModDNResponseDsml( modifyDNResponse );
batchResponse.addResponse( modDNResponseDsml );
}
else if ( LdapConstants.EXTENDED_RESPONSE == response.getMessageType() )
{
ExtendedResponse extendedResponse = response.getExtendedResponse();