OutputStream out = response.getOutputStream();
OAIRequestParameters parameters = new OAIRequestParameters(buildParametersMap(request));
response.setContentType("application/xml");
String identification = xoaiContext + parameters.requestID();
if (cacheService.isActive()) {
if (!cacheService.hasCache(identification))
cacheService.store(identification, dataProvider.handle(parameters));