Uses of Class
org.mule.execution.TransactionalErrorHandlingExecutionTemplate

Packages that use TransactionalErrorHandlingExecutionTemplate
org.mule.execution   
 

Uses of TransactionalErrorHandlingExecutionTemplate in org.mule.execution
 

Methods in org.mule.execution that return TransactionalErrorHandlingExecutionTemplate
static TransactionalErrorHandlingExecutionTemplate TransactionalErrorHandlingExecutionTemplate.createMainExecutionTemplate(MuleContext muleContext, MessagingExceptionHandler messagingExceptionHandler)
          Creates a TransactionalErrorHandlingExecutionTemplate to be used as first processing template in a flow using no transaction configuration
static TransactionalErrorHandlingExecutionTemplate TransactionalErrorHandlingExecutionTemplate.createMainExecutionTemplate(MuleContext muleContext, TransactionConfig transactionConfig)
          Creates a TransactionalErrorHandlingExecutionTemplate to be used as first processing template in a flow using no particular exception listener.
static TransactionalErrorHandlingExecutionTemplate TransactionalErrorHandlingExecutionTemplate.createMainExecutionTemplate(MuleContext muleContext, TransactionConfig transactionConfig, MessagingExceptionHandler messagingExceptionHandler)
          Creates a TransactionalErrorHandlingExecutionTemplate to be used as first processing template in a flow
static TransactionalErrorHandlingExecutionTemplate TransactionalErrorHandlingExecutionTemplate.createScopeExecutionTemplate(MuleContext muleContext, TransactionConfig transactionConfig, MessagingExceptionHandler messagingExceptionHandler)
          Creates a TransactionalErrorHandlingExecutionTemplate for inner scopes within a flow
 



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