Interface | Description |
---|---|
AdviceWithTask |
Task or command being executed when using the advice with feature.
|
ErrorHandlerBuilder |
A builder of a Error Handler
|
FlexibleAggregationStrategy.CompletionAwareMixin | |
FlexibleAggregationStrategy.TimeoutAwareMixin |
Class | Description |
---|---|
AdviceWithBuilder<T extends ProcessorDefinition<?>> |
A builder when using the advice with feature.
|
AdviceWithRouteBuilder |
A
RouteBuilder which has extended capabilities when using
the advice with feature. |
AdviceWithTasks |
AdviceWithTask tasks which are used by the AdviceWithRouteBuilder . |
AggregationStrategies |
Toolbox class to create commonly used Aggregation Strategies in a fluent manner.
|
AggregationStrategyClause<T> | |
BinaryPredicateSupport |
A useful base class for
Predicate implementations |
Builder |
A helper class for including portions of the expression and
predicate Java DSL
Implementation of this builder should favor build expressions using the definition classes
from the org.apache.camel.model.language package, to build the routes using the same
types as it would happen when using XML DSL.
|
BuilderSupport |
Base class for implementation inheritance for different clauses in the Java DSL
|
DataFormatClause<T extends ProcessorDefinition<?>> |
An expression for constructing the different possible
DataFormat
options. |
DeadLetterChannelBuilder |
A builder of a Dead Letter
Channel
|
DefaultErrorHandlerBuilder |
The default error handler builder.
|
DefaultFluentProducerTemplate | |
EnrichClause<T extends ProcessorDefinition<?>> | |
ErrorHandlerBuilderRef |
Represents a proxy to an error handler builder which is resolved by named reference
|
ErrorHandlerBuilderSupport |
Base class for builders of error handling.
|
ExchangeBuilder |
Builder to create
Exchange and add headers and set body on the Exchange Message . |
ExpressionBuilder |
A helper class for working with expressions.
|
ExpressionClause<T> |
Represents an expression clause within the DSL which when the expression is
complete the clause continues to another part of the DSL
|
ExpressionClauseSupport<T> |
A support class for building expression clauses.
|
FlexibleAggregationStrategy<E> |
The Flexible Aggregation Strategy is a highly customizable, fluently configurable aggregation strategy.
|
NoErrorHandlerBuilder |
A builder to disable the use of an error handler so that any exceptions are thrown.
|
NotifyBuilder |
A builder to build an expression based on
EventNotifier notifications
about Exchange being routed. |
PredicateBuilder |
A helper class for working with predicates
|
PredicateClause<T> | |
ProcessClause<T> | |
ProxyBuilder |
A build to create Camel proxies.
|
RouteBuilder | |
ScriptHelper | |
SimpleBuilder |
Creates an
Simple language builder. |
ThreadPoolBuilder |
A builder to create thread pools.
|
ThreadPoolProfileBuilder |
Builder to build
ThreadPoolProfile . |
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. |
TransformerBuilder | |
ValidatorBuilder | |
ValueBuilder |
A builder of expressions or predicates based on values.
|
XMLTokenExpressionIterator |
An
XMLTokenizeLanguage based iterator. |
Enum | Description |
---|---|
DataFormatClause.Operation |
DataFormat operations. |
Apache Camel