Package org.apache.camel.builder
Class RefErrorHandlerBuilder
- java.lang.Object
-
- org.apache.camel.model.IdentifiedType
-
- org.apache.camel.model.errorhandler.ErrorHandlerRefDefinition
-
- org.apache.camel.builder.RefErrorHandlerBuilder
-
- All Implemented Interfaces:
org.apache.camel.ErrorHandlerFactory
public class RefErrorHandlerBuilder extends ErrorHandlerRefDefinition
Ref error handler as a builder.
-
-
Field Summary
-
Fields inherited from class org.apache.camel.model.errorhandler.ErrorHandlerRefDefinition
DEFAULT_ERROR_HANDLER_BUILDER
-
-
Constructor Summary
Constructors Constructor Description RefErrorHandlerBuilder()RefErrorHandlerBuilder(String ref)
-
Method Summary
-
Methods inherited from class org.apache.camel.model.errorhandler.ErrorHandlerRefDefinition
cloneBuilder, getRef, ref, setRef, supportTransacted
-
Methods inherited from class org.apache.camel.model.IdentifiedType
getId, setId
-
-
-
-
Constructor Detail
-
RefErrorHandlerBuilder
public RefErrorHandlerBuilder()
-
RefErrorHandlerBuilder
public RefErrorHandlerBuilder(String ref)
-
-