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   
org.mule.module.cxf   
org.mule.tck.functional Helper classes and interfaces used by Mule fnctional tests. 
 

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
 MuleEvent MessagingExceptionHandler.handleException(Exception exception, MuleEvent event, RollbackSourceCallback rollbackMethod)
          Take some action when a messaging exception has occurred (i.e., there was a message in play when the exception occurred).
 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
protected  void AbstractMessagingExceptionStrategy.doHandleException(Exception ex, MuleEvent event, RollbackSourceCallback rollbackMethod)
           
 MuleEvent AbstractMessagingExceptionStrategy.handleException(Exception ex, MuleEvent event, RollbackSourceCallback rollbackMethod)
           
 void AbstractSystemExceptionStrategy.handleException(Exception ex, RollbackSourceCallback rollbackMethod)
           
protected  void AbstractExceptionStrategy.rollback(RollbackSourceCallback rollbackMethod)
           
 

Uses of RollbackSourceCallback in org.mule.module.cxf
 

Methods in org.mule.module.cxf with parameters of type RollbackSourceCallback
protected  void CxfComponentExceptionStrategy.doHandleException(Exception e, MuleEvent event, RollbackSourceCallback rollbackMethod)
           
 

Uses of RollbackSourceCallback in org.mule.tck.functional
 

Methods in org.mule.tck.functional with parameters of type RollbackSourceCallback
protected  void QuietExceptionStrategy.doHandleException(Exception e, MuleEvent event, RollbackSourceCallback rollbackMethod)
           
 



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