throw new ServletException("failed to dispatch request", e);
} catch (Exception e) {
throw new IOException("failed to dispatch request", e);
}
if (restChannel.sendFailure() != null) {
throw restChannel.sendFailure();
}
}
public JettyHttpServerTransport getTransport() {