Class CustomStepReifier
java.lang.Object
org.apache.camel.reifier.AbstractReifier
org.apache.camel.reifier.ProcessorReifier<org.apache.camel.model.StepDefinition>
org.qubership.integration.platform.engine.service.CustomStepReifier
- All Implemented Interfaces:
org.apache.camel.spi.BeanRepository
public class CustomStepReifier
extends org.apache.camel.reifier.ProcessorReifier<org.apache.camel.model.StepDefinition>
-
Field Summary
Fields inherited from class org.apache.camel.reifier.ProcessorReifier
definition, DISABLE_ALL_PROCESSORSFields inherited from class org.apache.camel.reifier.AbstractReifier
camelContext, route -
Constructor Summary
ConstructorsConstructorDescriptionCustomStepReifier(org.apache.camel.Route route, org.apache.camel.model.ProcessorDefinition<?> definition) -
Method Summary
Modifier and TypeMethodDescriptionprotected org.apache.camel.ProcessorcreateCompositeProcessor(List<org.apache.camel.Processor> list) protected org.apache.camel.ProcessorcreateOutputsProcessor(Collection<org.apache.camel.model.ProcessorDefinition<?>> outputs) org.apache.camel.ProcessorMethods inherited from class org.apache.camel.reifier.ProcessorReifier
addRoutes, clearReifiers, configureChild, coreReifier, createChildProcessor, createOutputsProcessor, createProcessor, getConfiguredAggregationStrategy, getConfiguredExecutorService, getConfiguredScheduledExecutorService, getId, hasOutputs, lookupExecutorServiceRef, lookupScheduledExecutorServiceRef, makeProcessor, preCreateProcessor, registerReifier, reifier, willCreateNewThreadPool, wrapChannel, wrapChannel, wrapInErrorHandler, wrapProcessorMethods 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
-
CustomStepReifier
public CustomStepReifier(org.apache.camel.Route route, org.apache.camel.model.ProcessorDefinition<?> definition)
-
-
Method Details
-
createProcessor
- Specified by:
createProcessorin classorg.apache.camel.reifier.ProcessorReifier<org.apache.camel.model.StepDefinition>- Throws:
Exception
-
createCompositeProcessor
protected org.apache.camel.Processor createCompositeProcessor(List<org.apache.camel.Processor> list) throws Exception - Overrides:
createCompositeProcessorin classorg.apache.camel.reifier.ProcessorReifier<org.apache.camel.model.StepDefinition>- Throws:
Exception
-
createOutputsProcessor
protected org.apache.camel.Processor createOutputsProcessor(Collection<org.apache.camel.model.ProcessorDefinition<?>> outputs) throws Exception - Overrides:
createOutputsProcessorin classorg.apache.camel.reifier.ProcessorReifier<org.apache.camel.model.StepDefinition>- Throws:
Exception
-