} else {
throw new ServletException("Cannot find the request worker!");
}
try {
worker.validate(request, response);
} catch (ValidationException ex) {
throw new ServletException("Service validation error", ex);
}
worker.processRequest(request, response);