Class TransactionErrorHandlerReifier

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

    public class TransactionErrorHandlerReifier
    extends org.apache.camel.reifier.errorhandler.DefaultErrorHandlerReifier<TransactionErrorHandlerBuilder>
    • 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.ErrorHandlerFactory definition)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      org.apache.camel.Processor createErrorHandler​(org.apache.camel.Processor processor)  
      • Methods inherited from class org.apache.camel.reifier.errorhandler.DefaultErrorHandlerReifier

        getExecutorService
      • Methods inherited from class org.apache.camel.reifier.errorhandler.ErrorHandlerReifier

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

        asRef, createExpression, createExpression, createPredicate, createPredicate, findByType, findByTypeWithName, findSingleByType, getRegistry, lookup, lookupByName, lookupByNameAndType, mandatoryLookup, or, parse, parse, parseBoolean, parseBoolean, parseDuration, parseDuration, parseFloat, parseFloat, parseInt, parseInt, parseLong, parseLong, parseString, resolveEndpoint, unwrap
    • Constructor Detail

      • TransactionErrorHandlerReifier

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

      • createErrorHandler

        public org.apache.camel.Processor createErrorHandler​(org.apache.camel.Processor processor)
                                                      throws Exception
        Overrides:
        createErrorHandler in class org.apache.camel.reifier.errorhandler.DefaultErrorHandlerReifier<TransactionErrorHandlerBuilder>
        Throws:
        Exception