throws IOException, ServletException {
HttpServletRequest servletReq = (HttpServletRequest) req;
HttpServletResponse servletRes = (HttpServletResponse) res;
HttpMethod httpMethod = getHttpMethod(servletReq);
framework.handleRequest(servletReq, servletRes, httpMethod,
servletReq.getServletPath());
}