org.mule.execution
Class IsolateCurrentTransactionInterceptor<T>

java.lang.Object
  extended by org.mule.execution.IsolateCurrentTransactionInterceptor<T>

public class IsolateCurrentTransactionInterceptor<T>
extends Object


Constructor Summary
IsolateCurrentTransactionInterceptor(org.mule.execution.ExecutionInterceptor<T> nextProcessingInterceptor, TransactionConfig transactionConfig)
           
 
Method Summary
 T execute(ExecutionCallback<T> muleEventProcessingCallback)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

IsolateCurrentTransactionInterceptor

public IsolateCurrentTransactionInterceptor(org.mule.execution.ExecutionInterceptor<T> nextProcessingInterceptor,
                                            TransactionConfig transactionConfig)
Method Detail

execute

public T execute(ExecutionCallback<T> muleEventProcessingCallback)
          throws Exception
Throws:
Exception


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