}
protected void processRequest() throws RequestProcessingException {
requestContext = activeRequests.get(batchId);
if (requestContext == null) {
throw new RequestProcessingException("No active request found for proxy operation control " + batchId);
}
handle(batchId, requestContext.getControl(), response);
}