throws
XMLDispatcherUserException,
XMLDispatcherAppException,
XMLDispatcherSystemException
{
XMLDispatcherContextImpl xdCtx = (XMLDispatcherContextImpl)request.getXdCtx();
xdCtx.doOnBeginRequest(sessionContext);
try
{
getNextHandler().process(request);
}
finally
{
xdCtx.doOnEndRequest();
}
}