public class SpringTransactionManagerFactory extends Object implements TransactionManagerFactory
Constructor and Description |
---|
SpringTransactionManagerFactory() |
Modifier and Type | Method and Description |
---|---|
TransactionManager |
create(MuleConfiguration config)
Creates of obtains the jta transaction manager to use for mule transactions
|
void |
setTransactionManager(TransactionManager transactionManager) |
public void setTransactionManager(TransactionManager transactionManager)
public TransactionManager create(MuleConfiguration config) throws Exception
TransactionManagerFactory
create
in interface TransactionManagerFactory
config
- Mule configuration parametersException
- if the transaction manager cannot be located or createdCopyright © 2003–2016 MuleSoft, Inc.. All rights reserved.