119120121122123124125126127128129
{ return xdsrr.getState(xdCtx); } catch(RemoteException e) { throw new XMLDispatcherRuntimeException(e); } } // with fsm (local interface) return xdsr.getState(xdCtx); }
6566676869707172
request.setSession(null); } } catch(IOException e) { throw new XMLDispatcherRuntimeException(e); } }
8990919293949596979899
shared.done = true; } catch(Exception e) { logcat.error("Error loading role definitions resource " + getRoleDefinitionsResourceName(),e); throw new XMLDispatcherRuntimeException(e); } } } return shared.roles; }