public class WhenSkipSendToEndpointReifier extends ProcessorReifier<T>
definition, logcamelContext, routeContext| Constructor and Description |
|---|
WhenSkipSendToEndpointReifier(org.apache.camel.spi.RouteContext routeContext,
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.FilterProcessor |
createProcessor()
Override this in definition class and implement logic to create the
processor based on the definition model.
|
addInterceptStrategies, addRoutes, clearReifiers, configureChild, createChildProcessor, createCompositeProcessor, 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 WhenSkipSendToEndpointReifier(org.apache.camel.spi.RouteContext routeContext, ProcessorDefinition<?> definition)
public org.apache.camel.processor.FilterProcessor createProcessor() throws Exception
ProcessorReifiercreateProcessor in class ProcessorReifier<WhenSkipSendToEndpointDefinition>Exceptionprotected org.apache.camel.Predicate createPredicate()
Predicate from the expression node.protected org.apache.camel.processor.FilterProcessor createFilterProcessor() throws Exception
FilterProcessor from the expression node.FilterProcessorException - is thrown if error creating the processorApache Camel