break;
case MODIFY_RESPONSE:
// Transform the response
ModifyResponseCodec modRespCodec = (ModifyResponseCodec)response;
modRespCodec.setMessageId( messageId );
modRespCodec.addControl( response.getCurrentControl() );
ModifyResponse modifyResp = convert( modRespCodec );
ModifyFuture modifyFuture = (ModifyFuture)responseFuture;