Uses of Package
org.apache.camel.builder

Packages that use org.apache.camel.builder
org.apache.camel The JAXB POJOs for the XML Configuration of the routing rules. 
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.model The JAXB POJOs for the XML Configuration of the routing rules. 
org.apache.camel.util Utility classes used by the core of Camel and useful for Camel component developers 
 

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
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
ErrorHandlerBuilder
          A builder of a Error Handler
ErrorHandlerBuilderSupport
          Base class for builders of error handling.
ExpressionClause
          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.
ProcessorFactory
          An interface representing a builder of a Processor
RouteBuilder
          A Java DSL which is used to build Route instances in a CamelContext for smart routing.
ValueBuilder
          A builder of expressions or predicates based on values.
 

Classes in org.apache.camel.builder used by org.apache.camel.component.mock
ExpressionClause
          Represents an expression clause within the DSL which when the expression is complete the clause continues to another part of the DSL
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.model
DataFormatClause
          An expression for constructing the different possible DataFormat options.
ErrorHandlerBuilder
          A builder of a Error Handler
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 Route instances in a CamelContext for smart routing.
 

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



Copyright © 2008 IONA Open Source Community. All Rights Reserved.