org.mule.api.transaction
Interface UnboundTransactionFactory

All Known Subinterfaces:
UniversalTransactionFactory

public interface UnboundTransactionFactory

Create an unbound transaction, to be bound and started by other parts of the transaction framework.


Method Summary
 Transaction createUnboundTransaction(MuleContext muleContext)
           
 

Method Detail

createUnboundTransaction

Transaction createUnboundTransaction(MuleContext muleContext)
                                     throws TransactionException
Throws:
TransactionException


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