Uses of Interface
org.mule.api.exception.RollbackSourceCallback

Packages that use RollbackSourceCallback
org.mule The Mule implementation of the Universal Message Objects(tm) API specification. 
org.mule.api The Universal Message Object(tm) API provides a way for components to interact without needing to know about the protocol or delivery mechanisms of information passed between them 
org.mule.api.exception   
org.mule.exception   
 

Uses of RollbackSourceCallback in org.mule
 

Methods in org.mule with parameters of type RollbackSourceCallback
 void DefaultMuleContext.handleException(Exception e, RollbackSourceCallback rollbackMethod)
           
 

Uses of RollbackSourceCallback in org.mule.api
 

Methods in org.mule.api with parameters of type RollbackSourceCallback
 void MuleContext.handleException(Exception e, RollbackSourceCallback rollbackMethod)
           
 

Uses of RollbackSourceCallback in org.mule.api.exception
 

Methods in org.mule.api.exception with parameters of type RollbackSourceCallback
 void SystemExceptionHandler.handleException(Exception exception, RollbackSourceCallback rollbackMethod)
          Take some action when a system exception has occurred (i.e., there was no message in play when the exception occurred).
 

Uses of RollbackSourceCallback in org.mule.exception
 

Methods in org.mule.exception with parameters of type RollbackSourceCallback
 void AbstractSystemExceptionStrategy.handleException(Exception ex, RollbackSourceCallback rollbackMethod)
           
protected  void AbstractExceptionListener.rollback(RollbackSourceCallback rollbackMethod)
          Deprecated. use AbstractExceptionListener.rollback(Exception) instead
 



Copyright © 2003-2012 MuleSoft, Inc.. All Rights Reserved.