A {@link FactoryBean} equivalent to the <tx:jta-transaction-manager/> XML element,autodetecting WebLogic and WebSphere servers and exposing the corresponding {@link org.springframework.transaction.jta.JtaTransactionManager} subclass.
@author Juergen Hoeller
@since 4.1.1
@see org.springframework.transaction.jta.WebLogicJtaTransactionManager
@see org.springframework.transaction.jta.WebSphereUowTransactionManager
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.