Package org.apache.camel.builder

The Camel Domain Specific Language for creating Routes, Predicates, Expressions and Error Handlers.

See:
          Description

Interface Summary
ErrorHandlerBuilder A builder of a Error Handler
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
BinaryPredicateSupport<E extends Exchange> A useful base class for Predicate implementations
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 A builder wrapping a Processor.
DataFormatClause<T extends ProcessorType> An expression for constructing the different possible DataFormat options.
DeadLetterChannelBuilder A builder of a Dead Letter Channel
ErrorHandlerBuilderRef Represents a proxy to an error handler builder which is resolved by named reference
ErrorHandlerBuilderSupport Base class for builders of error handling.
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
LoggingErrorHandlerBuilder Uses the Logger as an error handler, will log at ERROR level by default.
NoErrorHandlerBuilder A builder to disable the use of an error handler so that any exceptions are thrown.
NoRouteBuilder A helper class, usually used for testing which does not create any routes.
PredicateBuilder A helper class for working with predicates
PredicateSupport<E extends Exchange> A useful base class for Predicate implementations
ProcessorBuilder A builder of a number of different Processor implementations
RouteBuilder A Java DSL which is used to build Route instances in a CamelContext for smart routing.
ValueBuilder<E extends Exchange> A builder of expressions or predicates based on values.
 

Enum Summary
DataFormatClause.Operation DataFormat operations.
 

Package org.apache.camel.builder Description

The Camel Domain Specific Language for creating Routes, Predicates, Expressions and Error Handlers. The entry point to the builder suite is the RouteBuilder class.



Copyright © 2009 Apache Software Foundation. All Rights Reserved.