Class LegacyDefaultErrorHandlerReifier<T extends org.apache.camel.model.errorhandler.DefaultErrorHandlerProperties>

java.lang.Object
org.apache.camel.reifier.AbstractReifier
org.apache.camel.reifier.errorhandler.ErrorHandlerReifier<T>
org.apache.camel.reifier.errorhandler.LegacyDefaultErrorHandlerReifier<T>
All Implemented Interfaces:
org.apache.camel.spi.BeanRepository
Direct Known Subclasses:
LegacyDeadLetterChannelReifier

@Deprecated public class LegacyDefaultErrorHandlerReifier<T extends org.apache.camel.model.errorhandler.DefaultErrorHandlerProperties> extends ErrorHandlerReifier<T>
Deprecated.
Legacy error handler for XML DSL in camel-spring-xml/camel-blueprint
  • Constructor Details

    • LegacyDefaultErrorHandlerReifier

      public LegacyDefaultErrorHandlerReifier(org.apache.camel.Route route, org.apache.camel.ErrorHandlerFactory definition)
      Deprecated.
  • Method Details

    • createErrorHandler

      public org.apache.camel.Processor createErrorHandler(org.apache.camel.Processor processor) throws Exception
      Deprecated.
      Description copied from class: ErrorHandlerReifier
      Creates the error handler
      Specified by:
      createErrorHandler in class ErrorHandlerReifier<T extends org.apache.camel.model.errorhandler.DefaultErrorHandlerProperties>
      Parameters:
      processor - the outer processor
      Returns:
      the error handler
      Throws:
      Exception - is thrown if the error handler could not be created
    • getExecutorService

      protected ScheduledExecutorService getExecutorService(ScheduledExecutorService executorService, String executorServiceRef)
      Deprecated.