worker.validate(request, response);
} catch (ValidationException ex) {
throw new ServletException("Service validation error", ex);
}
worker.processRequest(request, response);
}
protected Locale getLocaleFromRequest()
throws ServletException {
Cookie cookie = (Cookie) RequestContext.getContext().getCookie().get(LOCALE_COOKIE_NAME);