org.apache.camel.builder
Class DefaultErrorHandlerBuilder
java.lang.Object
org.apache.camel.builder.ErrorHandlerBuilderSupport
org.apache.camel.builder.DefaultErrorHandlerBuilder
- All Implemented Interfaces:
- ErrorHandlerBuilder
public class DefaultErrorHandlerBuilder
- extends ErrorHandlerBuilderSupport
The default error handler builder.
- Version:
- $Revision: 765920 $
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
DefaultErrorHandlerBuilder
public DefaultErrorHandlerBuilder()
supportTransacted
public boolean supportTransacted()
- Description copied from interface:
ErrorHandlerBuilder
- Whether this error handler supports transacted exchanges.
createErrorHandler
public Processor createErrorHandler(RouteContext routeContext,
Processor processor)
- Description copied from interface:
ErrorHandlerBuilder
- Creates the error handler interceptor
- Parameters:
routeContext
- the route contextprocessor
- the outer processor
- Returns:
- the error handler
Copyright © 2009 Apache Software Foundation. All Rights Reserved.