public class ErrorHandlerBuilderRef extends ErrorHandlerBuilderSupport
| Modifier and Type | Field and Description |
|---|---|
static String |
DEFAULT_ERROR_HANDLER_BUILDER |
| Constructor and Description |
|---|
ErrorHandlerBuilderRef(String ref) |
| 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. |
protected void |
cloneBuilder(ErrorHandlerBuilderRef other) |
String |
getRef() |
boolean |
supportTransacted()
Whether this error handler supports transacted exchanges.
|
String |
toString() |
cloneBuilder, exceptionPolicyStrategy, exceptionPolicyStrategy, getExceptionPolicyStrategy, getExceptionPolicyStrategyRef, setExceptionPolicyStrategy, setExceptionPolicyStrategyRefpublic static final String DEFAULT_ERROR_HANDLER_BUILDER
public ErrorHandlerBuilderRef(String ref)
public boolean supportTransacted()
ErrorHandlerBuildersupportTransacted in interface ErrorHandlerBuildersupportTransacted in class ErrorHandlerBuilderSupportpublic 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.ErrorHandlerBuilderprotected void cloneBuilder(ErrorHandlerBuilderRef other)
Apache Camel