Class TransactionErrorHandlerReifier

  • All Implemented Interfaces:
    org.apache.camel.spi.BeanRepository

    public class TransactionErrorHandlerReifier
    extends org.apache.camel.reifier.errorhandler.ErrorHandlerReifier<org.apache.camel.model.errorhandler.SpringTransactionErrorHandlerDefinition>
    • Field Summary

      • Fields inherited from class org.apache.camel.reifier.errorhandler.ErrorHandlerReifier

        definition
      • Fields inherited from class org.apache.camel.reifier.AbstractReifier

        camelContext, route
    • Constructor Summary

      Constructors 
      Constructor Description
      TransactionErrorHandlerReifier​(org.apache.camel.Route route, org.apache.camel.model.errorhandler.SpringTransactionErrorHandlerDefinition definition)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      org.apache.camel.Processor createErrorHandler​(org.apache.camel.Processor processor)  
      protected ScheduledExecutorService getExecutorService​(ScheduledExecutorService executorService, String executorServiceRef)  
      • Methods inherited from class org.apache.camel.reifier.errorhandler.ErrorHandlerReifier

        addExceptionPolicy, configure, createExceptionClasses, createExceptionPolicy, createRedeliveryPolicy, createRedeliveryPolicy, getBean, getPredicate, getProcessor, registerReifier, reifier
      • Methods inherited from class org.apache.camel.reifier.AbstractReifier

        asRef, createExpression, createExpression, createPredicate, createPredicate, findByType, findByTypeWithName, getCamelContext, getRegistry, lookupByName, lookupByNameAndType, mandatoryLookup, or, parse, parse, parseBoolean, parseBoolean, parseDuration, parseDuration, parseFloat, parseFloat, parseInt, parseInt, parseLong, parseLong, parseString, resolveEndpoint, unwrap
      • Methods inherited from interface org.apache.camel.spi.BeanRepository

        findSingleByType
    • Constructor Detail

      • TransactionErrorHandlerReifier

        public TransactionErrorHandlerReifier​(org.apache.camel.Route route,
                                              org.apache.camel.model.errorhandler.SpringTransactionErrorHandlerDefinition definition)
    • Method Detail

      • createErrorHandler

        public org.apache.camel.Processor createErrorHandler​(org.apache.camel.Processor processor)
                                                      throws Exception
        Specified by:
        createErrorHandler in class org.apache.camel.reifier.errorhandler.ErrorHandlerReifier<org.apache.camel.model.errorhandler.SpringTransactionErrorHandlerDefinition>
        Throws:
        Exception