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

Packages that use ErrorHandlerSupport
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.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 DefaultErrorHandler
          Default error handler
 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