4849505152535455565758
} protected static void _checkLogon() throws XMLDispatcherUserException, XMLDispatcherAppException { XMLDispatcherSession sess = ThreadLocalXdCtx.get().getSession(); if (sess == null) { throw new XMLDispatcherUserException("not logged on"); } else {