Uses of Interface
org.apache.camel.processor.ErrorHandler

Packages that use ErrorHandler
org.apache.camel.builder The Camel Domain Specific Language for creating Routes, Predicates, Expressions and Error Handlers
org.apache.camel.processor A collection of Processor implementations which are used to implement the Enterprise Integration Patterns 
 

Uses of ErrorHandler in org.apache.camel.builder
 

Methods in org.apache.camel.builder with parameters of type ErrorHandler
 void ErrorHandlerBuilderSupport.configure(RouteContext routeContext, ErrorHandler handler)
           
 void ErrorHandlerBuilder.configure(RouteContext routeContext, ErrorHandler handler)
          Configures the other error handler based on this error handler.
 

Uses of ErrorHandler in org.apache.camel.processor
 

Classes in org.apache.camel.processor that implement ErrorHandler
 class DeadLetterChannel
          Implements a Dead Letter Channel after attempting to redeliver the message using the RedeliveryPolicy
 class DefaultErrorHandler
          Default error handler
 class ErrorHandlerSupport
          Support class for ErrorHandler implementations.
 class FatalFallbackErrorHandler
          An ErrorHandler used as a safe fallback when processing by other error handlers such as the OnExceptionDefinition.
 class LoggingErrorHandler
          An ErrorHandler which uses commons-logging to dump the error
 class RedeliveryErrorHandler
          Base redeliverable error handler that also supports a final dead letter queue in case all redelivery attempts fail.
 



Apache Camel