public ResteasyRequestWrapper(HttpServletRequest request, String httpMethod, String prefix)
throws ServletException, IOException
{
this.httpServletRequest = request;
ResteasyHttpHeaders headers = ServletUtil.extractHttpHeaders(request);
ResteasyUriInfo uriInfo = ServletUtil.extractUriInfo(request, prefix);
// TODO: how are we supposed to get the response to create the
// wrapper!!!!? The null response will only make it so that the
// Asynchronous invocations won't work