Package org.xooof.xmldispatcher.servers.basic.handlers

Examples of org.xooof.xmldispatcher.servers.basic.handlers.BasicExceptionUnwrapHandler


      // flush the XMLDispatcher instance cache
      new BasicXdCtxCacheHandler(
      // call setRollbackOnly on XMLDispatcherContext if necessary
      new XdCtxRollbackHandler(rollbackOnUserAndAppExceptions,
      // unwrap XMLDispatcherRuntimeException
      new BasicExceptionUnwrapHandler(
      // handle session/sessionData
      new SessionHandler(
      // role checking (after SessionHandler, in case the userid is stored in the session)
      new RoleCheckerHandler(userRoleChecker,roleDefinitionsLoader,
      // marshall rqst/rply (late in the chain, to avoid the un marshalling cost
View Full Code Here

TOP

Related Classes of org.xooof.xmldispatcher.servers.basic.handlers.BasicExceptionUnwrapHandler

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.