| 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.spi |
Service Provider Interfaces used internally 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 |
DefaultAsyncProcessorAwaitManager |
class |
DefaultEndpointRegistry
Default implementation of
EndpointRegistry |
class |
DefaultExecutorServiceManager
Default
ExecutorServiceManager. |
class |
DefaultInflightRepository
Default
InflightRepository. |
class |
DefaultPackageScanClassResolver
Default implement of
PackageScanClassResolver |
class |
DefaultRestRegistry |
class |
DefaultShutdownStrategy
Default
ShutdownStrategy which uses graceful shutdown. |
class |
DefaultStreamCachingStrategy
Default implementation of
StreamCachingStrategy |
class |
SharedPollingConsumerServicePool
A shared
DefaultPollingConsumerServicePool which is used by
CamelContext by default. |
class |
SharedProducerServicePool
A shared
DefaultProducerServicePool which is used by
CamelContext by default. |
class |
WebSpherePackageScanClassResolver
WebSphere specific resolver to handle loading annotated resources in JAR files.
|
| 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 | 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 |
ShutdownStrategy
Pluggable shutdown strategy executed during shutdown of routes.
|
interface |
StreamCachingStrategy
Strategy for using stream caching.
|
interface |
TypeConverterRegistry
Registry for type converters.
|
| Modifier and Type | Class and Description |
|---|---|
class |
TimerListenerManager
A
TimerListener manager which triggers the
TimerListener listeners once every second. |
Apache Camel