public class NoErrorHandlerBuilder extends ErrorHandlerBuilderSupport
Processor| Constructor and Description |
|---|
NoErrorHandlerBuilder() |
| Modifier and Type | Method and Description |
|---|---|
ErrorHandlerBuilder |
cloneBuilder()
Clones this builder so each
RouteBuilder has its private builder
to use, to avoid changes from one RouteBuilder to influence the
others. |
Processor |
createErrorHandler(RouteContext routeContext,
Processor processor)
Creates the error handler
|
boolean |
supportTransacted()
Whether this error handler supports transacted exchanges.
|
addErrorHandlers, cloneBuilder, configure, exceptionPolicyStrategy, getErrorHandlers, getExceptionPolicyStrategy, getRouteId, removeOnExceptionList, setErrorHandlers, setExceptionPolicyStrategypublic NoErrorHandlerBuilder()
public Processor createErrorHandler(RouteContext routeContext, Processor processor)
ErrorHandlerFactoryrouteContext - the route contextprocessor - the outer processorpublic boolean supportTransacted()
ErrorHandlerBuilderpublic ErrorHandlerBuilder cloneBuilder()
ErrorHandlerBuilderRouteBuilder has its private builder
to use, to avoid changes from one RouteBuilder to influence the
others.
This is needed by the current Camel 2.x architecture.ErrorHandlerBuilderApache Camel