case BIND_RESPONSE:
// Transform the response
BindResponseCodec bindResponseCodec = (BindResponseCodec)response;
bindResponseCodec.setMessageId( messageId );
bindResponseCodec.addControl( response.getCurrentControl() );
BindResponse bindResponse = convert( bindResponseCodec );
BindFuture bindFuture = (BindFuture)responseFuture;
if ( bindFuture == null )