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 Constructor Description ErrorHandlerRefConfiguration()Deprecated.
-
Method Summary
All Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description org.apache.camel.ErrorHandlerFactorycloneBuilder()Deprecated.StringgetRef()Deprecated.booleanisSupportTransacted()Deprecated.voidsetRef(String ref)Deprecated.voidsetSupportTransacted(boolean supportTransacted)Deprecated.booleansupportTransacted()Deprecated.
-
-
-
Method Detail
-
getRef
public String getRef()
Deprecated.- Specified by:
getRefin interfaceErrorHandlerRefProperties
-
setRef
public void setRef(String ref)
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
-
-