Class ProcessorAdapterReifier<T extends ProcessorAdapterDefinition>
java.lang.Object
org.apache.camel.reifier.AbstractReifier
org.apache.camel.reifier.ProcessorReifier<T>
org.openehealth.ipf.platform.camel.core.reifier.DelegateReifier<T>
org.openehealth.ipf.platform.camel.core.reifier.ProcessorAdapterReifier<T>
- All Implemented Interfaces:
BeanRepository
- Direct Known Subclasses:
HapiAdapterReifier,ParserAdapterReifier,RendererAdapterReifier,TransmogrifierAdapterReifier,ValidatorAdapterReifier
public abstract class ProcessorAdapterReifier<T extends ProcessorAdapterDefinition>
extends DelegateReifier<T>
- Author:
- Christian Ohr
-
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
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected ProcessorCreates aProcessorfor this DSL element.protected abstract ProcessorAdapterMethods inherited from class org.openehealth.ipf.platform.camel.core.reifier.DelegateReifier
createProcessorMethods inherited from class org.apache.camel.reifier.ProcessorReifier
addRoutes, clearReifiers, configureChild, coreReifier, createChildProcessor, createCompositeProcessor, createOutputsProcessor, createOutputsProcessor, createOutputsProcessor, createProcessor, getConfiguredAggregationStrategy, getConfiguredExecutorService, getConfiguredScheduledExecutorService, getId, hasOutputs, 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
-
ProcessorAdapterReifier
-
-
Method Details
-
doCreateDelegate
Description copied from class:DelegateReifierCreates aProcessorfor this DSL element.- Specified by:
doCreateDelegatein classDelegateReifier<T extends ProcessorAdapterDefinition>- Returns:
- a
Processorinstance.
-
doCreateProcessor
-