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_PROCESSORS

    Fields inherited from class org.apache.camel.reifier.AbstractReifier

    camelContext, route
  • Constructor Summary

    Constructors
    Constructor
    Description
    CustomStepReifier(org.apache.camel.Route route, org.apache.camel.model.ProcessorDefinition<?> definition)
     
  • Method Summary

    Modifier and Type
    Method
    Description
    protected org.apache.camel.Processor
    createCompositeProcessor(List<org.apache.camel.Processor> list)
     
    protected org.apache.camel.Processor
    createOutputsProcessor(Collection<org.apache.camel.model.ProcessorDefinition<?>> outputs)
     
    org.apache.camel.Processor
     

    Methods 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, wrapProcessor

    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, mandatoryFindSingleByType
  • Constructor Details

    • CustomStepReifier

      public CustomStepReifier(org.apache.camel.Route route, org.apache.camel.model.ProcessorDefinition<?> definition)
  • Method Details

    • createProcessor

      public org.apache.camel.Processor createProcessor() throws Exception
      Specified by:
      createProcessor in class org.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:
      createCompositeProcessor in class org.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:
      createOutputsProcessor in class org.apache.camel.reifier.ProcessorReifier<org.apache.camel.model.StepDefinition>
      Throws:
      Exception