| Package | Description |
|---|---|
| org.apache.camel.impl |
Default implementation classes for Camel Core
|
| org.apache.camel.impl.converter |
Default implementation classes the Type Conversion Strategies
|
| org.apache.camel.language.simple |
Camel Simple language.
|
| org.apache.camel.management |
Camel management
|
| org.apache.camel.runtimecatalog |
Runtime Camel Catalog
|
| org.apache.camel.spi |
Service Provider Interfaces used by the Camel runtime which are plugin strategies.
|
| org.apache.camel.support |
Base classes that help to implement the camel API and are expected to be extended by the user
|
| Modifier and Type | Class and Description |
|---|---|
class |
BaseTypeConverterRegistry
Base implementation of a type converter registry used for
type converters in Camel.
|
class |
DefaultTypeConverter
Default implementation of a type converter registry used for
type converters in Camel.
|
class |
LazyLoadingTypeConverter
Deprecated.
will be removed in a future Camel release.
|
| Modifier and Type | Class and Description |
|---|---|
class |
FileLanguage |
class |
SimpleLanguage
A simple language
which maps simple property style notations to access headers and bodies.
|
| Modifier and Type | Class and Description |
|---|---|
class |
ManagedLoadTimer
The
TimerListenerManager used for tracking load statistics. |
| Modifier and Type | Interface and Description |
|---|---|
interface |
RuntimeCamelCatalog
Runtime based CamelCatalog which are included in camel-core that can provided limit CamelCatalog capabilities
|
| Modifier and Type | Class and Description |
|---|---|
class |
DefaultRuntimeCamelCatalog
Default
RuntimeCamelCatalog. |
| Modifier and Type | Interface and Description |
|---|---|
interface |
AsyncProcessorAwaitManager
A manager to handle async routing engine, when
Exchanges are being handed over from one thread to another, while
the callee thread is blocked waiting for the other threads to complete, before it can continue. |
interface |
EndpointRegistry<K>
Registry to cache endpoints in memory.
|
interface |
ExecutorServiceManager
Strategy to create thread pools.
|
interface |
InflightRepository
A repository which tracks in flight
Exchanges. |
interface |
ReloadStrategy
SPI strategy for reloading Camel routes in an existing running
CamelContext |
interface |
RuntimeEndpointRegistry
A registry which listen for runtime usage of
Endpoint during routing in Camel. |
interface |
ShutdownStrategy
Pluggable shutdown strategy executed during shutdown of routes.
|
interface |
StreamCachingStrategy
Strategy for using stream caching.
|
interface |
TransformerRegistry<K>
Registry to cache transformers in memory.
|
interface |
TypeConverterRegistry
Registry for type converters.
|
interface |
ValidatorRegistry<K>
Registry to cache validators in memory.
|
| Modifier and Type | Class and Description |
|---|---|
class |
ReloadStrategySupport
Base class for implementing custom
ReloadStrategy SPI plugins. |
class |
TimerListenerManager
A
TimerListener manager which triggers the
TimerListener listeners once every second. |
Apache Camel