| Package | Description | 
|---|---|
| org.springframework.jca.endpoint | This package provides a facility for generic JCA message endpoint management. | 
| org.springframework.transaction.jta | Transaction SPI implementation for JTA. | 
| Modifier and Type | Method and Description | 
|---|---|
| void | AbstractMessageEndpointFactory. setTransactionFactory(TransactionFactory transactionFactory)Set the Spring TransactionFactory to use for wrapping endpoint
 invocations, enlisting the endpoint resource in each such transaction. | 
| Modifier and Type | Class and Description | 
|---|---|
| class  | JtaTransactionManagerPlatformTransactionManagerimplementation
 for JTA, delegating to a backend JTA provider. | 
| class  | SimpleTransactionFactoryDefault implementation of the  TransactionFactorystrategy interface,
 simply wrapping a standard JTATransactionManager. | 
| class  | WebLogicJtaTransactionManagerSpecial  JtaTransactionManagervariant for BEA WebLogic (9.0 and higher). | 
| class  | WebSphereUowTransactionManagerWebSphere-specific PlatformTransactionManager implementation that delegates
 to a  UOWManagerinstance, obtained from WebSphere's
 JNDI environment. |