See: Description
| Interface | Description | 
|---|---|
| XmlCamelContextConfigurer | Allows to do custom configuration when a new XML based  SpringCamelContexthas
 been created. | 
| Class | Description | 
|---|---|
| ApplicationContextRegistry | A  Registryimplementation which looks up the objects in the SpringApplicationContext | 
| BridgePropertyPlaceholderConfigurer | A  PropertyPlaceholderConfigurerthat bridges Camel's 
 property placeholder with the Spring property placeholder mechanism. | 
| SpringInjector | A Spring implementation of  Injectorallowing Spring to be used to dependency inject newly created POJOs | 
| SpringManagementMBeanAssembler | An springAssembler to assemble a  ModelMBeanwhich 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