Package org.apache.camel.builder

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

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  
DataFormatClause<T extends ProcessorType> An expression for constructing the different possible DataFormat options.
DeadLetterChannelBuilder A builder of a Dead Letter Channel
ErrorHandlerBuilderSupport  
ExpressionBuilder  
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
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 CamelContext for smart routing.
ValueBuilder<E extends Exchange> A builder of expressions or predicates based on values.
 

Enum Summary
DataFormatClause.Operation  
 

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 © 2008 IONA Open Source Community. All Rights Reserved.