Class TransmogrifierAdapterReifier
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<TransmogrifierAdapterDefinition>
org.openehealth.ipf.platform.camel.core.reifier.TransmogrifierAdapterReifier
- All Implemented Interfaces:
BeanRepository
public class TransmogrifierAdapterReifier
extends ProcessorAdapterReifier<TransmogrifierAdapterDefinition>
- Author:
- Christian Ohr
-
Field Summary
Fields inherited from class org.apache.camel.reifier.ProcessorReifier
definition
Fields inherited from class org.apache.camel.reifier.AbstractReifier
camelContext, route
-
Constructor Summary
ConstructorDescriptionTransmogrifierAdapterReifier
(Route route, org.apache.camel.model.ProcessorDefinition<?> definition) -
Method Summary
Methods inherited from class org.openehealth.ipf.platform.camel.core.reifier.ProcessorAdapterReifier
doCreateDelegate
Methods inherited from class org.openehealth.ipf.platform.camel.core.reifier.DelegateReifier
createProcessor
Methods inherited from class org.apache.camel.reifier.ProcessorReifier
addRoutes, clearReifiers, configureChild, coreReifier, createChildProcessor, createCompositeProcessor, createOutputsProcessor, createOutputsProcessor, createProcessor, getConfiguredAggregationStrategy, getConfiguredExecutorService, getConfiguredScheduledExecutorService, getId, hasOutputs, lookupExecutorServiceRef, lookupScheduledExecutorServiceRef, makeProcessor, preCreateProcessor, registerReifier, reifier, willCreateNewThreadPool, wrapChannel, wrapChannel, wrapInErrorHandler, wrapProcessor
Methods 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, unwrap
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface org.apache.camel.spi.BeanRepository
findSingleByType
-
Constructor Details
-
TransmogrifierAdapterReifier
public TransmogrifierAdapterReifier(Route route, org.apache.camel.model.ProcessorDefinition<?> definition)
-
-
Method Details
-
doCreateProcessor
- Specified by:
doCreateProcessor
in classProcessorAdapterReifier<TransmogrifierAdapterDefinition>
-