protected ModelAndView createModelAndView(
ResteasyRequestWrapper requestWrapper, HttpResponse response)
{
HttpRequest request = requestWrapper.getHttpRequest();
SynchronousDispatcher dispatcher = (SynchronousDispatcher)deployment.getDispatcher();
dispatcher.pushContextObjects(request, response);
try
{
BuiltResponse jaxrsResponse = null;
try
{