public class SetPropertyReifier extends ProcessorReifier<T>
definitioncamelContext, route| Constructor and Description |
|---|
SetPropertyReifier(org.apache.camel.Route route,
org.apache.camel.model.ProcessorDefinition<?> definition) |
| Modifier and Type | Method and Description |
|---|---|
protected org.apache.camel.processor.FilterProcessor |
createFilterProcessor()
Creates the
FilterProcessor from the expression node. |
protected org.apache.camel.Predicate |
createPredicate()
Creates the
Predicate from the expression node. |
org.apache.camel.Processor |
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 SetPropertyReifier(org.apache.camel.Route route,
org.apache.camel.model.ProcessorDefinition<?> definition)
public org.apache.camel.Processor createProcessor()
throws Exception
ProcessorReifiercreateProcessor in class ProcessorReifier<org.apache.camel.model.SetPropertyDefinition>Exceptionprotected org.apache.camel.processor.FilterProcessor createFilterProcessor()
throws Exception
FilterProcessor from the expression node.FilterProcessorException - is thrown if error creating the processorprotected org.apache.camel.Predicate createPredicate()
Predicate from the expression node.Apache Camel