| 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 |
| AbstractDynamicRegistry
Base implementation for
TransformerRegistry, ValidatorRegistry
and EndpointRegistry. |
| BasePackageScanResolver
Base class for package scan resolvers.
|
| CamelPostProcessorHelper |
| DefaultFactoryFinder.ClassSupplier |
| DefaultInterceptSendToEndpoint
This is an endpoint when sending to it, is intercepted and is routed in a detour (before and optionally after).
|
| DefaultPackageScanClassResolver
Default implement of
PackageScanClassResolver |
| DefaultProducerCache
Default implementation of
ProducerCache. |
| 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. |
PollingConsumerServicePool
PollingConsumer pool. |
ProducerServicePool
Producer pool. |
| 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. |
Apache Camel