public class InterceptSendToEndpointReifier extends ProcessorReifier<InterceptSendToEndpointDefinition>
definition, logcamelContext, route| Constructor and Description |
|---|
InterceptSendToEndpointReifier(org.apache.camel.Route route,
ProcessorDefinition<?> definition) |
| Modifier and Type | Method and Description |
|---|---|
org.apache.camel.Processor |
createProcessor()
Override this in definition class and implement logic to create the
processor based on the definition model.
|
protected boolean |
matchPattern(String uri,
String pattern)
Does the uri match the pattern.
|
addRoutes, clearReifiers, configureChild, 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 InterceptSendToEndpointReifier(org.apache.camel.Route route, ProcessorDefinition<?> definition)
public org.apache.camel.Processor createProcessor() throws Exception
ProcessorReifiercreateProcessor in class ProcessorReifier<InterceptSendToEndpointDefinition>Exceptionprotected boolean matchPattern(String uri, String pattern)
uri - the uripattern - the pattern, which can be an endpoint uri as wellApache Camel