| Package | Description |
|---|---|
| org.apache.camel.impl.engine |
| Class and Description |
|---|
| AbstractCamelContext
Represents the context used to configure routes and the policies to use.
|
| AbstractCamelContext.Initialization
Deprecated.
|
| AbstractDynamicRegistry
Base implementation for
TransformerRegistry,
ValidatorRegistry and EndpointRegistry. |
| BaseExecutorServiceManager
Base
ExecutorServiceManager which can be used for implementations |
| BasePackageScanResolver
Base class for package scan resolvers.
|
| CamelInternalProcessor
Internal
Processor that Camel routing engine used during routing for cross cutting functionality such as:
Execute UnitOfWork
Keeping track which route currently is being routed
Execute RoutePolicy
Gather JMX performance statics
Tracing
Debugging
Message History
Stream Caching
Transformer
... |
| CamelInternalProcessor.UnitOfWorkProcessorAdvice
Advice to inject new
UnitOfWork to the Exchange if needed, and as well to ensure the
UnitOfWork is done and stopped. |
| CamelPostProcessorHelper |
| DefaultConfigurerResolver
Default configurer resolver that looks for configurer factories in
META-INF/services/org/apache/camel/configurer/.
|
| DefaultFactoryFinder
Default factory finder.
|
| DefaultFactoryFinder.ClassSupplier |
| DefaultPackageScanClassResolver
Default implement of
PackageScanClassResolver |
| DefaultProducerTemplate
Template (named like Spring's TransactionTemplate & JmsTemplate et al) for working with Camel and sending
Message instances in an Exchange to an Endpoint. |
| DefaultRouteController
A default
RouteController that starts the routes in a fail-fast mode, which means if any of the routes fail
to startup then this causes Camel to fail to startup as well. |
| DefaultUnitOfWork
The default implementation of
UnitOfWork |
| EndpointKey
Key used in
DefaultEndpointRegistry in AbstractCamelContext, to ensure a consistent lookup. |
| FileStateRepository
This
FileStateRepository class is a file-based implementation of a StateRepository. |
| RouteService
Represents the runtime objects for a given route so that it can be stopped independently of other routes
|
| SubscribeMethodProcessor
A
Processor which is used for POJO @Consume where you can have multiple @Consume on the same
endpoint/consumer and via predicate's can filter and call different methods. |
| TransformerKey
Key used in
TransformerRegistry in
AbstractCamelContext, to ensure a consistent lookup. |
| ValidatorKey
Key used in
ValidatorRegistry in CamelContext, to ensure a consistent lookup. |
Apache Camel