See: Description
| Class | Description |
|---|---|
| ChildServiceSupport |
Base class to control lifecycle for a set of child
Services. |
| DefaultTimeoutMap<K,V> |
Default implementation of the
TimeoutMap. |
| EventNotifierSupport |
Base class to extend for custom
EventNotifier implementations. |
| ExpressionAdapter |
A helper class for developers wishing to implement an
Expression
using Java code with a minimum amount of code to write so that the developer only needs
to implement one of the ExpressionAdapter.evaluate(org.apache.camel.Exchange, Class) or
ExpressionSupport.evaluate(org.apache.camel.Exchange) methods. |
| ExpressionSupport |
A useful base class for
Predicate and Expression implementations |
| LanguageSupport |
Base language for
Language implementations. |
| LifecycleStrategySupport |
A useful base class for
LifecycleStrategy implementations. |
| LoggingExceptionHandler |
A default implementation of
ExceptionHandler which uses a CamelLogger to
log the exception. |
| RoutePolicySupport |
A base class for developing custom
RoutePolicy implementations. |
| ServiceSupport |
A useful base class which ensures that a service is only initialized once and
provides some helper methods for enquiring of its status.
|
| SynchronizationAdapter |
Simple
Synchronization adapter with empty methods for easier overriding
of single methods. |
| TimeoutMapEntry<K,V> |
Represents an entry in a
TimeoutMap |
| TimerListenerManager |
A
TimerListener manager which triggers the
TimerListener listeners once every second. |
| TokenPairExpressionIterator |
Expression to walk a Message body
using an Iterator, which grabs the content between a start and end token. |
| TokenXMLExpressionIterator |
Expression to walk a Message XML body
using an Iterator, which grabs the content between a XML start and end token,
where the end token corresponds implicitly to either the end tag or the self-closing start tag. |
| TokenXMLPairExpressionIterator | Deprecated
use
TokenXMLExpressionIterator instead. |
| TypeConverterSupport |
Base class for
TypeConverter implementations. |
| XMLTokenExpressionIterator |
Apache Camel