public class StepReifier extends ProcessorReifier<StepDefinition>
definition, logcamelContext, routeContext| Constructor and Description |
|---|
StepReifier(org.apache.camel.spi.RouteContext routeContext,
ProcessorDefinition<?> definition) |
| Modifier and Type | Method and Description |
|---|---|
protected org.apache.camel.Processor |
createCompositeProcessor(List<org.apache.camel.Processor> list)
Creates a new instance of some kind of composite processor which defaults
to using a
Pipeline but derived classes could change the
behaviour |
org.apache.camel.Processor |
createProcessor()
Override this in definition class and implement logic to create the
processor based on the definition model.
|
addInterceptStrategies, addRoutes, clearReifiers, configureChild, createChildProcessor, createOutputsProcessor, createOutputsProcessor, createOutputsProcessorImpl, createProcessor, getConfiguredExecutorService, getConfiguredScheduledExecutorService, getId, hasOutputs, lookupExecutorServiceRef, lookupScheduledExecutorServiceRef, makeProcessor, preCreateProcessor, registerReifier, reifier, willCreateNewThreadPool, wrapChannel, wrapChannel, wrapInErrorHandler, wrapProcessorasRef, createExpression, createExpression, createPredicate, createPredicate, or, parse, parse, parseBoolean, parseBoolean, parseFloat, parseFloat, parseInt, parseInt, parseLong, parseLong, parseStringpublic StepReifier(org.apache.camel.spi.RouteContext routeContext, ProcessorDefinition<?> definition)
public org.apache.camel.Processor createProcessor() throws Exception
ProcessorReifiercreateProcessor in class ProcessorReifier<StepDefinition>Exceptionprotected org.apache.camel.Processor createCompositeProcessor(List<org.apache.camel.Processor> list) throws Exception
ProcessorReifierPipeline but derived classes could change the
behaviourcreateCompositeProcessor in class ProcessorReifier<StepDefinition>ExceptionApache Camel