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