org.apache.camel.builder
Interface ErrorHandlerBuilder<E extends Exchange>

All Known Implementing Classes:
DeadLetterChannelBuilder, LoggingErrorHandlerBuilder, NoErrorHandlerBuilder

public interface ErrorHandlerBuilder<E extends Exchange>

Version:
$Revision: 534145 $

Method Summary
 ErrorHandlerBuilder<E> copy()
          Creates a copy of this builder
 Processor createErrorHandler(Processor processor)
          Creates the error handler interceptor
 

Method Detail

copy

ErrorHandlerBuilder<E> copy()
Creates a copy of this builder


createErrorHandler

Processor createErrorHandler(Processor processor)
                             throws Exception
Creates the error handler interceptor

Throws:
Exception


Copyright © 2007 Apache Software Foundation. All Rights Reserved.