Package org.apache.camel.reifier
Class SetExchangePatternReifier
java.lang.Object
org.apache.camel.reifier.AbstractReifier
org.apache.camel.reifier.ProcessorReifier<org.apache.camel.model.SetExchangePatternDefinition>
org.apache.camel.reifier.SetExchangePatternReifier
- All Implemented Interfaces:
org.apache.camel.spi.BeanRepository
public class SetExchangePatternReifier
extends ProcessorReifier<org.apache.camel.model.SetExchangePatternDefinition>
-
Field Summary
Fields inherited from class org.apache.camel.reifier.ProcessorReifier
definition, DISABLE_ALL_PROCESSORS, DISABLE_BEAN_OR_PROCESS_PROCESSORSFields inherited from class org.apache.camel.reifier.AbstractReifier
camelContext, route -
Constructor Summary
ConstructorsConstructorDescriptionSetExchangePatternReifier(org.apache.camel.Route route, org.apache.camel.model.ProcessorDefinition<?> definition) -
Method Summary
Modifier and TypeMethodDescriptionorg.apache.camel.ProcessorOverride this in definition class and implement logic to create the processor based on the definition model.Methods inherited from class org.apache.camel.reifier.ProcessorReifier
addRoutes, clearReifiers, configureChild, coreReifier, createChildProcessor, createCompositeProcessor, createOutputsProcessor, createOutputsProcessor, createOutputsProcessor, createProcessor, getConfiguredAggregationStrategy, getConfiguredExecutorService, getConfiguredScheduledExecutorService, getId, hasOutputs, isDisabled, 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
-
SetExchangePatternReifier
public SetExchangePatternReifier(org.apache.camel.Route route, org.apache.camel.model.ProcessorDefinition<?> definition)
-
-
Method Details
-
createProcessor
public org.apache.camel.Processor createProcessor()Description copied from class:ProcessorReifierOverride this in definition class and implement logic to create the processor based on the definition model.- Specified by:
createProcessorin classProcessorReifier<org.apache.camel.model.SetExchangePatternDefinition>
-