Uses of Interface
org.apache.camel.builder.ErrorHandlerBuilder

Packages that use ErrorHandlerBuilder
org.apache.camel.builder The Camel Domain Specific Language for creating Routes, Predicates, Expressions and Error Handlers
org.apache.camel.model The JAXB POJOs for the XML Configuration of the routing rules. 
 

Uses of ErrorHandlerBuilder in org.apache.camel.builder
 

Classes in org.apache.camel.builder that implement ErrorHandlerBuilder
 class DeadLetterChannelBuilder
          A builder of a Dead Letter Channel
 class ErrorHandlerBuilderSupport
           
 class LoggingErrorHandlerBuilder
          Uses the Logger as an error handler
 class NoErrorHandlerBuilder
          A builder to disable the use of an error handler so that any exceptions are thrown.
 

Methods in org.apache.camel.builder that return ErrorHandlerBuilder
 ErrorHandlerBuilder ErrorHandlerBuilder.copy()
          Creates a copy of this builder
 ErrorHandlerBuilder LoggingErrorHandlerBuilder.copy()
           
 ErrorHandlerBuilder NoErrorHandlerBuilder.copy()
           
 ErrorHandlerBuilder DeadLetterChannelBuilder.copy()
           
protected  ErrorHandlerBuilder BuilderSupport.createErrorHandlerBuilder()
           
 ErrorHandlerBuilder BuilderSupport.getErrorHandlerBuilder()
           
 

Methods in org.apache.camel.builder with parameters of type ErrorHandlerBuilder
 RouteBuilder RouteBuilder.errorHandler(ErrorHandlerBuilder errorHandlerBuilder)
          Installs the given error handler builder
 void RouteBuilder.setErrorHandlerBuilder(ErrorHandlerBuilder errorHandlerBuilder)
           
 void BuilderSupport.setErrorHandlerBuilder(ErrorHandlerBuilder errorHandlerBuilder)
          Sets the error handler to use with processors created by this builder
 

Uses of ErrorHandlerBuilder in org.apache.camel.model
 

Methods in org.apache.camel.model that return ErrorHandlerBuilder
protected  ErrorHandlerBuilder ProcessorType.createErrorHandlerBuilder()
           
 ErrorHandlerBuilder RoutesType.getErrorHandlerBuilder()
           
 ErrorHandlerBuilder ProcessorType.getErrorHandlerBuilder()
           
 

Methods in org.apache.camel.model with parameters of type ErrorHandlerBuilder
 Type ProcessorType.errorHandler(ErrorHandlerBuilder errorHandlerBuilder)
          Installs the given error handler builder
 void RoutesType.setErrorHandlerBuilder(ErrorHandlerBuilder errorHandlerBuilder)
           
 void ProcessorType.setErrorHandlerBuilder(ErrorHandlerBuilder errorHandlerBuilder)
          Sets the error handler to use with processors created by this builder
 



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