Class RefErrorHandlerDefinition

java.lang.Object
org.apache.camel.model.IdentifiedType
org.apache.camel.model.errorhandler.RefErrorHandlerDefinition
All Implemented Interfaces:
org.apache.camel.ErrorHandlerFactory, CopyableDefinition<org.apache.camel.model.errorhandler.BaseErrorHandlerDefinition>
Direct Known Subclasses:
RefErrorHandlerBuilder

@Metadata(label="configuration,error") public class RefErrorHandlerDefinition extends IdentifiedType
References to an existing or custom error handler.
  • Field Details

  • Constructor Details

    • RefErrorHandlerDefinition

      public RefErrorHandlerDefinition()
    • RefErrorHandlerDefinition

      public RefErrorHandlerDefinition(RefErrorHandlerDefinition source)
    • RefErrorHandlerDefinition

      public RefErrorHandlerDefinition(String ref)
  • Method Details

    • copyDefinition

      public RefErrorHandlerDefinition copyDefinition()
      Description copied from interface: CopyableDefinition
      Makes a copy of this definition.
    • supportTransacted

      public boolean supportTransacted()
    • cloneBuilder

      public org.apache.camel.ErrorHandlerFactory cloneBuilder()
    • getRef

      public String getRef()
    • setRef

      public void setRef(String ref)
      References to an existing or custom error handler.
    • ref

      References to an existing or custom error handler.