else if ( LdapConstants.EXTENDED_RESPONSE == response.getMessageType() )
{
ExtendedResponse extendedResponse = response.getExtendedResponse();
copyMessageIdAndControls( response, extendedResponse );
ExtendedResponseDsml extendedResponseDsml = new ExtendedResponseDsml( extendedResponse );
batchResponse.addResponse( extendedResponseDsml );
}
else if ( ( LdapConstants.SEARCH_RESULT_ENTRY == response.getMessageType() )
|| ( LdapConstants.SEARCH_RESULT_REFERENCE == response.getMessageType() )
|| ( LdapConstants.SEARCH_RESULT_DONE == response.getMessageType() ) )