org.mule.extras.spring.transaction
Class SpringTransactionManagerFactory

java.lang.Object
  extended byorg.mule.extras.spring.transaction.SpringTransactionManagerFactory
All Implemented Interfaces:
org.mule.umo.manager.UMOTransactionManagerFactory

public class SpringTransactionManagerFactory
extends Object
implements org.mule.umo.manager.UMOTransactionManagerFactory

A holder to a transaction manager set via a Spring Application context


Constructor Summary
SpringTransactionManagerFactory()
           
 
Method Summary
 TransactionManager create()
           
 void setTransactionManager(TransactionManager transactionManager)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SpringTransactionManagerFactory

public SpringTransactionManagerFactory()
Method Detail

setTransactionManager

public void setTransactionManager(TransactionManager transactionManager)

create

public TransactionManager create()
                          throws Exception
Specified by:
create in interface org.mule.umo.manager.UMOTransactionManagerFactory
Throws:
Exception


Copyright © 2003-2006 MuleSource Inc.. All Rights Reserved.