See: Description
| Class | Description |
|---|---|
| ApplicationContextRegistry |
A
Registry implementation which looks up the objects in the Spring
ApplicationContext |
| BridgePropertyPlaceholderConfigurer |
A
PropertyPlaceholderConfigurer that bridges Camel's
property placeholder with the Spring property placeholder mechanism. |
| SpringInjector |
A Spring implementation of
Injector allowing Spring to be used to dependency inject newly created POJOs |
| SpringManagementMBeanAssembler |
An springAssembler to assemble a
ModelMBean which can be used
to register the object in JMX. |
| SpringTransactionPolicy |
Wraps the processor in a Spring transaction
|
| TransactionErrorHandler |
The Transactional Client
EIP pattern.
|
| TransactionErrorHandlerBuilder |
A transactional error handler that supports leveraging Spring TransactionManager.
|
| Exception | Description |
|---|---|
| TransactionRollbackException |
We use a runtime exception to force Spring transaction manager to rollback the transaction.
|
Apache Camel