Class NoErrorHandlerConfiguration
- java.lang.Object
-
- org.apache.camel.model.errorhandler.NoErrorHandlerConfiguration
-
- All Implemented Interfaces:
org.apache.camel.ErrorHandlerFactory,NoErrorHandlerProperties
@Deprecated public class NoErrorHandlerConfiguration extends Object implements NoErrorHandlerProperties
Deprecated.Legacy error handler for XML DSL in camel-spring-xml/camel-blueprint
-
-
Constructor Summary
Constructors Constructor Description NoErrorHandlerConfiguration()Deprecated.
-
Method Summary
All Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description org.apache.camel.ErrorHandlerFactorycloneBuilder()Deprecated.booleansupportTransacted()Deprecated.
-
-
-
Method Detail
-
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
-
-