CompareResponseDsml authResponseDsml = new CompareResponseDsml( compareResponse );
batchResponse.addResponse( authResponseDsml );
}
else if ( LdapConstants.DEL_RESPONSE == response.getMessageType() )
{
DelResponse delResponse = response.getDelResponse();
copyMessageIdAndControls( response, delResponse );
DelResponseDsml delResponseDsml = new DelResponseDsml( delResponse );
batchResponse.addResponse( delResponseDsml );
}