Class ErrorHandlerRefConfiguration
java.lang.Object
org.apache.camel.model.errorhandler.ErrorHandlerRefConfiguration
- All Implemented Interfaces:
org.apache.camel.ErrorHandlerFactory,ErrorHandlerRefProperties
@Deprecated
public class ErrorHandlerRefConfiguration
extends Object
implements ErrorHandlerRefProperties
Deprecated.
Legacy error handler for XML DSL in camel-spring-xml/camel-blueprint
-
Field Summary
Fields inherited from interface org.apache.camel.model.errorhandler.ErrorHandlerRefProperties
DEFAULT_ERROR_HANDLER_BUILDER -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionorg.apache.camel.ErrorHandlerFactoryDeprecated.getRef()Deprecated.booleanDeprecated.voidDeprecated.voidsetSupportTransacted(boolean supportTransacted) Deprecated.booleanDeprecated.
-
Constructor Details
-
ErrorHandlerRefConfiguration
public ErrorHandlerRefConfiguration()Deprecated.
-
-
Method Details
-
getRef
Deprecated.- Specified by:
getRefin interfaceErrorHandlerRefProperties
-
setRef
Deprecated.- Specified by:
setRefin interfaceErrorHandlerRefProperties
-
isSupportTransacted
public boolean isSupportTransacted()Deprecated.- Specified by:
isSupportTransactedin interfaceErrorHandlerRefProperties
-
setSupportTransacted
public void setSupportTransacted(boolean supportTransacted) Deprecated.- Specified by:
setSupportTransactedin interfaceErrorHandlerRefProperties
-
supportTransacted
public boolean supportTransacted()Deprecated.- Specified by:
supportTransactedin interfaceorg.apache.camel.ErrorHandlerFactory
-
cloneBuilder
public org.apache.camel.ErrorHandlerFactory cloneBuilder()Deprecated.- Specified by:
cloneBuilderin interfaceorg.apache.camel.ErrorHandlerFactory
-