Uses of Class
org.apache.camel.processor.ErrorHandlerSupport

Packages that use ErrorHandlerSupport
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 ErrorHandlerSupport in org.apache.camel.builder
 

Methods in org.apache.camel.builder with parameters of type ErrorHandlerSupport
protected  void ErrorHandlerBuilderSupport.configure(ErrorHandlerSupport handler)
           
 

Uses of ErrorHandlerSupport in org.apache.camel.processor
 

Subclasses of ErrorHandlerSupport in org.apache.camel.processor
 class DeadLetterChannel
          Implements a Dead Letter Channel after attempting to redeliver the message using the RedeliveryPolicy
 class LoggingErrorHandler
          An ErrorHandler which uses commons-logging to dump the error
 



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