|
||||||||||
| PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES | |||||||||
See:
Description
| Interface Summary | |
|---|---|
| ErrorHandlerBuilder | |
| PredicateFactory<E extends Exchange> | A Factory of Predicate objects typically implemented by a builder such as @{XPathBuilder} |
| ProcessorFactory | An interface representing a builder of a Processor |
| Class Summary | |
|---|---|
| Builder | A helper class for including portions of the expression and predicate Java DSL |
| BuilderSupport | Base class for implementation inheritance for different clauses in the Java DSL |
| ConstantProcessorBuilder | |
| DeadLetterChannelBuilder | A builder of a Dead Letter Channel |
| ErrorHandlerBuilderSupport | |
| ExpressionBuilder | |
| LoggingErrorHandlerBuilder | Uses the Logger as an error handler |
| NoErrorHandlerBuilder | A builder to disable the use of an error handler so that any exceptions are thrown. |
| PredicateBuilder | A helper class for working with predicates |
| ProcessorBuilder | A builder of a number of different Processor implementations |
| RouteBuilder | A Java DSL which is
used to build Route instances in a |
| ValueBuilder<E extends Exchange> | A builder of expressions or predicates based on values. |
The Camel Domain Specific Language for creating Routes, Predicates, Expressions and Error Handlers. The entry point to the builder suite is the RouteBuilder class.
|
||||||||||
| PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES | |||||||||