Package org.apache.camel.builder
Class ErrorHandlerBuilderSupport
- java.lang.Object
-
- org.apache.camel.builder.ErrorHandlerBuilderSupport
-
- All Implemented Interfaces:
ErrorHandlerBuilder
,org.apache.camel.ErrorHandlerFactory
- Direct Known Subclasses:
DefaultErrorHandlerBuilder
,ErrorHandlerBuilderRef
,NoErrorHandlerBuilder
public abstract class ErrorHandlerBuilderSupport extends Object implements ErrorHandlerBuilder
Base class for builders of error handling.
-
-
Constructor Summary
Constructors Constructor Description ErrorHandlerBuilderSupport()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
supportTransacted()
Whether this error handler supports transacted exchanges.-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface org.apache.camel.builder.ErrorHandlerBuilder
cloneBuilder
-
-
-
-
Method Detail
-
supportTransacted
public boolean supportTransacted()
Description copied from interface:ErrorHandlerBuilder
Whether this error handler supports transacted exchanges.- Specified by:
supportTransacted
in interfaceErrorHandlerBuilder
-
-