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
  • Constructor Details

    • ErrorHandlerRefConfiguration

      public ErrorHandlerRefConfiguration()
      Deprecated.
  • Method Details

    • getRef

      public String getRef()
      Deprecated.
      Specified by:
      getRef in interface ErrorHandlerRefProperties
    • setRef

      public void setRef(String ref)
      Deprecated.
      Specified by:
      setRef in interface ErrorHandlerRefProperties
    • isSupportTransacted

      public boolean isSupportTransacted()
      Deprecated.
      Specified by:
      isSupportTransacted in interface ErrorHandlerRefProperties
    • setSupportTransacted

      public void setSupportTransacted(boolean supportTransacted)
      Deprecated.
      Specified by:
      setSupportTransacted in interface ErrorHandlerRefProperties
    • supportTransacted

      public boolean supportTransacted()
      Deprecated.
      Specified by:
      supportTransacted in interface org.apache.camel.ErrorHandlerFactory
    • cloneBuilder

      public org.apache.camel.ErrorHandlerFactory cloneBuilder()
      Deprecated.
      Specified by:
      cloneBuilder in interface org.apache.camel.ErrorHandlerFactory