Package org.apache.camel.spring.spi

Plugins to the CamleContext when running in Spring

See:
          Description

Class Summary
ApplicationContextRegistry A Registry implementation which looks up the objects in the Spring ApplicationContext
SpringInjector A Spring implementation of Injector allowing Spring to be used to dependency inject newly created POJOs
SpringManagementMBeanAssembler An assembler 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 Summary
TransactionRollbackException We use a runtime exception to force Spring transaction manager to rollback the transaction.
 

Package org.apache.camel.spring.spi Description

Plugins to the CamleContext when running in Spring



Apache CAMEL