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 |
A helper class for Camel based injector or post processing hooks which can be
reused by both the Spring
and Blueprint support.
|
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 |
|
FileStateRepository |
|
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.
|