else if ( LdapConstants.BIND_RESPONSE == response.getMessageType() )
{
BindResponse bindResponse = response.getBindResponse();
copyMessageIdAndControls( response, bindResponse );
AuthResponseDsml authResponseDsml = new AuthResponseDsml( bindResponse );
batchResponse.addResponse( authResponseDsml );
}
else if ( LdapConstants.COMPARE_RESPONSE == response.getMessageType() )
{
CompareResponse compareResponse = response.getCompareResponse();