public class SuspendXaTransactionInterceptor<T> extends Object
Constructor and Description |
---|
SuspendXaTransactionInterceptor(org.mule.execution.ExecutionInterceptor<T> next,
TransactionConfig transactionConfig,
boolean processOnException) |
Modifier and Type | Method and Description |
---|---|
T |
execute(ExecutionCallback<T> callback,
ExecutionContext executionContext)
Executes the callback
|
protected void |
resumeXATransaction(Transaction tx) |
protected void |
suspendXATransaction(Transaction tx) |
public SuspendXaTransactionInterceptor(org.mule.execution.ExecutionInterceptor<T> next, TransactionConfig transactionConfig, boolean processOnException)
public T execute(ExecutionCallback<T> callback, ExecutionContext executionContext) throws Exception
callback
- callback to executeexecutionContext
- information about the current execution contextException
protected void suspendXATransaction(Transaction tx) throws TransactionException
TransactionException
protected void resumeXATransaction(Transaction tx) throws TransactionException
TransactionException
Copyright © 2003–2016 MuleSoft, Inc.. All rights reserved.