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 
 

Classes in org.apache.camel.builder used by org.apache.camel
RouteBuilder
          A Java DSL which is used to build Route instances in a @{link CamelContext} for smart routing.
 

Classes in org.apache.camel.builder used by org.apache.camel.builder
BuilderSupport
          Base class for implementation inheritance for different clauses in the Java DSL
ChoiceBuilder
           
DeadLetterChannelBuilder
          A builder of a Dead Letter Channel
ErrorHandlerBuilder
           
FilterBuilder
           
Fluent
          Used to annotate fluent API methods.
FluentArg
          Used to annotate the parameter of a Fluent method.
FromBuilder
           
IdempotentConsumerBuilder
          A builder of an IdempotentConsumer
InterceptorBuilder
           
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.
PolicyBuilder
           
ProcessorFactory
          An interface representing a builder of a Processor
RecipientListBuilder
          Creates a dynamic Recipient List pattern.
ResequencerBuilder
           
RouteBuilder
          A Java DSL which is used to build Route instances in a @{link CamelContext} for smart routing.
SplitterBuilder
          A builder for the Splitter pattern where an expression is evaluated to iterate through each of the parts of a message and then each part is then send to some endpoint.
ValueBuilder
          A builder of expressions or predicates based on values.
WhenBuilder
           
 

Classes in org.apache.camel.builder used by org.apache.camel.component.mock
Fluent
          Used to annotate fluent API methods.
FluentArg
          Used to annotate the parameter of a Fluent method.
ValueBuilder
          A builder of expressions or predicates based on values.
 

Classes in org.apache.camel.builder used by org.apache.camel.impl
BuilderSupport
          Base class for implementation inheritance for different clauses in the Java DSL
RouteBuilder
          A Java DSL which is used to build Route instances in a @{link CamelContext} for smart routing.
 



Copyright © 2007 Apache Software Foundation. All Rights Reserved.