Uses of Package
org.apache.camel.builder

Packages that use org.apache.camel.builder
org.apache.camel The core Camel API. 
org.apache.camel.builder The Camel Domain Specific Language for creating Routes, Predicates, Expressions and Error Handlers
org.apache.camel.component.mock The Mock Component which is used for testing of routing and mediation rules. 
org.apache.camel.impl Default implementation classes for Camel Core 
org.apache.camel.main Application level classes that can be used to instantiate camel. 
org.apache.camel.model The JAXB POJOs for the XML Configuration of the routing rules. 
 

Classes in org.apache.camel.builder used by org.apache.camel
ErrorHandlerBuilder
          A builder of a Error Handler
 

Classes in org.apache.camel.builder used by org.apache.camel.builder
AdviceWithBuilder
          A builder when using the advice with feature.
AdviceWithRouteBuilder
          A RouteBuilder which has extended capabilities when using the advice with feature.
AdviceWithTask
          Task or command being executed when using the advice with feature.
BuilderSupport
          Base class for implementation inheritance for different clauses in the Java DSL
DataFormatClause.Operation
          DataFormat operations.
DeadLetterChannelBuilder
          A builder of a Dead Letter Channel
DefaultErrorHandlerBuilder
          The default error handler builder.
ErrorHandlerBuilder
          A builder of a Error Handler
ErrorHandlerBuilderRef
          Represents a proxy to an error handler builder which is resolved by named reference
ErrorHandlerBuilderSupport
          Base class for builders of error handling.
ExchangeBuilder
           
ExpressionClause
          Represents an expression clause within the DSL which when the expression is complete the clause continues to another part of the DSL
ExpressionClauseSupport
          A support class for building expression clauses.
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.
NotifyBuilder
          A builder to build an expression based on EventNotifier notifications about Exchange being routed.
ProxyBuilder
          A build to create Camel proxies.
RouteBuilder
          A Java DSL which is used to build DefaultRoute instances in a CamelContext for smart routing.
SimpleBuilder
          Creates an Simple language builder.
ThreadPoolBuilder
          A builder to create thread pools.
ThreadPoolProfileBuilder
           
ValueBuilder
          A builder of expressions or predicates based on values.
 

Classes in org.apache.camel.builder used by org.apache.camel.component.mock
BinaryPredicateSupport
          A useful base class for Predicate implementations
ExpressionClause
          Represents an expression clause within the DSL which when the expression is complete the clause continues to another part of the DSL
ExpressionClauseSupport
          A support class for building expression clauses.
ValueBuilder
          A builder of expressions or predicates based on values.
 

Classes in org.apache.camel.builder used by org.apache.camel.impl
ErrorHandlerBuilder
          A builder of a Error Handler
 

Classes in org.apache.camel.builder used by org.apache.camel.main
RouteBuilder
          A Java DSL which is used to build DefaultRoute instances in a CamelContext for smart routing.
 

Classes in org.apache.camel.builder used by org.apache.camel.model
DataFormatClause
          An expression for constructing the different possible DataFormat options.
ExpressionClause
          Represents an expression clause within the DSL which when the expression is complete the clause continues to another part of the DSL
RouteBuilder
          A Java DSL which is used to build DefaultRoute instances in a CamelContext for smart routing.
 



Apache Camel