Package org.apache.camel.spring.spi
Class TransactionErrorHandlerReifier
java.lang.Object
org.apache.camel.reifier.AbstractReifier
org.apache.camel.reifier.errorhandler.ErrorHandlerReifier<org.apache.camel.model.errorhandler.SpringTransactionErrorHandlerDefinition>
org.apache.camel.spring.spi.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
ConstructorsConstructorDescriptionTransactionErrorHandlerReifier
(org.apache.camel.Route route, org.apache.camel.model.errorhandler.SpringTransactionErrorHandlerDefinition definition) -
Method Summary
Modifier and TypeMethodDescriptionorg.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 class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface org.apache.camel.spi.BeanRepository
findSingleByType
-
Constructor Details
-
TransactionErrorHandlerReifier
public TransactionErrorHandlerReifier(org.apache.camel.Route route, org.apache.camel.model.errorhandler.SpringTransactionErrorHandlerDefinition definition)
-
-
Method Details
-
createErrorHandler
public org.apache.camel.Processor createErrorHandler(org.apache.camel.Processor processor) throws Exception - Specified by:
createErrorHandler
in classorg.apache.camel.reifier.errorhandler.ErrorHandlerReifier<org.apache.camel.model.errorhandler.SpringTransactionErrorHandlerDefinition>
- Throws:
Exception
-
getExecutorService
protected ScheduledExecutorService getExecutorService(ScheduledExecutorService executorService, String executorServiceRef)
-