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, lockFields 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.ProcessorcreateErrorHandler(org.apache.camel.Processor processor) protected ScheduledExecutorServicegetExecutorService(ScheduledExecutorService executorService, String executorServiceRef) Methods inherited from class org.apache.camel.reifier.errorhandler.ErrorHandlerReifier
addExceptionPolicy, configure, createExceptionClasses, createExceptionPolicy, createRedeliveryPolicy, createRedeliveryPolicy, getBean, getPredicate, getProcessor, registerReifier, reifierMethods 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, unwrapMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.apache.camel.spi.BeanRepository
findSingleByType, mandatoryFindSingleByType
-
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:
createErrorHandlerin classorg.apache.camel.reifier.errorhandler.ErrorHandlerReifier<org.apache.camel.model.errorhandler.SpringTransactionErrorHandlerDefinition>- Throws:
Exception
-
getExecutorService
protected ScheduledExecutorService getExecutorService(ScheduledExecutorService executorService, String executorServiceRef)
-