Interface ErrorHandlerRefProperties
-
- All Superinterfaces:
org.apache.camel.ErrorHandlerFactory
- All Known Implementing Classes:
ErrorHandlerRefConfiguration,LegacyErrorHandlerBuilderRef
@Deprecated public interface ErrorHandlerRefProperties extends org.apache.camel.ErrorHandlerFactory
Deprecated.Legacy error handler for XML DSL in camel-spring-xml/camel-blueprint
-
-
Field Summary
Fields Modifier and Type Field Description static StringDEFAULT_ERROR_HANDLER_BUILDERDeprecated.
-
Method Summary
All Methods Instance Methods Abstract Methods Deprecated Methods Modifier and Type Method Description StringgetRef()Deprecated.booleanisSupportTransacted()Deprecated.voidsetRef(String ref)Deprecated.voidsetSupportTransacted(boolean supportTransacted)Deprecated.
-
-
-
Field Detail
-
DEFAULT_ERROR_HANDLER_BUILDER
static final String DEFAULT_ERROR_HANDLER_BUILDER
Deprecated.- See Also:
- Constant Field Values
-
-