break;
case MODIFYDN_RESPONSE:
// Transform the response
ModifyDNResponseCodec modDnRespCodec = (ModifyDNResponseCodec)response;
modDnRespCodec.setMessageId( messageId );
modDnRespCodec.addControl( response.getCurrentControl() );
ModifyDnResponse modifyDnResp = convert( modDnRespCodec );
ModifyDnFuture modifyDnFuture = (ModifyDnFuture)responseFuture;