|
Spring Integration | ||||||||
PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES |
Interface Summary | |
---|---|
TransactionSynchronizationFactory | Strategy for implementing factories that create TransactionSynchronization |
TransactionSynchronizationProcessor | Strategy for implementing transaction synchronization processors |
Class Summary | |
---|---|
DefaultTransactionSynchronizationFactory | Default implementation of TransactionSynchronizationFactory which takes an instance of
TransactionSynchronizationProcessor allowing you to create a TransactionSynchronization
using {DefaultTransactionSynchronizationFactory.create(Object) method. |
ExpressionEvaluatingTransactionSynchronizationProcessor | This implementation of TransactionSynchronizationFactory
allows you to configure SpEL expressions, with their execution being coordinated (synchronized) with a
transaction - see TransactionSynchronization . |
IntegrationResourceHolder | An implementation of the ResourceHolder which holds an instance of the current Message
and the synchronization resource |
PseudoTransactionManager | An implementation of PlatformTransactionManager that provides transaction-like semantics to
MessageSource s that are not inherently transactional. |
|
Spring Integration | ||||||||
PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES |