| Package | Description |
|---|---|
| org.apache.camel.impl |
Default implementation classes for Camel Core
|
| org.apache.camel.impl.cluster |
Base classes and implementation for Camel Cluster
|
| 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. |
| CamelPostProcessorHelper |
| DefaultCamelContext
Represents the context used to configure routes and the policies to use.
|
| DefaultFactoryFinder.ClassSupplier |
| DefaultInterceptSendToEndpoint
This is an endpoint when sending to it, is intercepted and is routed in a detour
|
| 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. |
| DefaultRoute
Default implementation of
Route. |
| DefaultRouteController |
| DefaultUnitOfWork
The default implementation of
UnitOfWork |
| EndpointKey
Key used in
DefaultEndpointRegistry in DefaultCamelContext,
to ensure a consistent lookup. |
| FileStateRepository
This
FileStateRepository class is a file-based implementation of a StateRepository. |
| ReloadStrategySupport
Base class for implementing custom
ReloadStrategy SPI plugins. |
| RouteService
Represents the runtime objects for a given
RouteDefinition so that it can be stopped independently
of other routes |
| ServicePool
A service pool is like a connection pool but can pool any kind of objects.
|
| 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. |
| SupervisingRouteController.Filter |
| SupervisingRouteController.FilterResult |
| Class and Description |
|---|
| DefaultRouteController |
Apache Camel