public class CatchReifier extends ProcessorReifier<org.apache.camel.model.CatchDefinition>
definitioncamelContext, route| Constructor and Description |
|---|
CatchReifier(org.apache.camel.Route route,
org.apache.camel.model.ProcessorDefinition<?> definition) |
| Modifier and Type | Method and Description |
|---|---|
protected List<Class<? extends Throwable>> |
createExceptionClasses() |
org.apache.camel.processor.CatchProcessor |
createProcessor()
Override this in definition class and implement logic to create the processor based on the definition model.
|
addRoutes, clearReifiers, configureChild, coreReifier, createChildProcessor, createCompositeProcessor, createOutputsProcessor, createOutputsProcessor, createProcessor, getConfiguredExecutorService, getConfiguredScheduledExecutorService, getId, hasOutputs, lookupExecutorServiceRef, lookupScheduledExecutorServiceRef, makeProcessor, preCreateProcessor, registerReifier, reifier, willCreateNewThreadPool, wrapChannel, wrapChannel, wrapInErrorHandler, wrapProcessorasRef, 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, unwrappublic CatchReifier(org.apache.camel.Route route,
org.apache.camel.model.ProcessorDefinition<?> definition)
public org.apache.camel.processor.CatchProcessor createProcessor()
throws Exception
ProcessorReifiercreateProcessor in class ProcessorReifier<org.apache.camel.model.CatchDefinition>Exceptionprotected List<Class<? extends Throwable>> createExceptionClasses() throws ClassNotFoundException
ClassNotFoundExceptionApache Camel