Uses of Interface
org.openehealth.ipf.platform.camel.core.adapter.Adapter
Package
Description
-
Uses of Adapter in org.openehealth.ipf.platform.camel.core.adapter
Modifier and TypeClassDescriptionclass
Abstract base class for classes that adapt transform support library interfaces to Apache Camel interfaces.class
Adapts anAggregator
.class
Adapts aConverter
.class
class
Adapts aParser
.class
Adapts aPredicate
.class
Abstract base class for classes that adapt transform support library interfaces to Apache Camel'sProcessor
.class
Adapts aRenderer
.class
Adapts aTransmogrifier
.class
Adapts aValidator
Modifier and TypeMethodDescriptionAdapter.input
(Expression inputExpression) Sets anExpression
for obtaining input data from anExchange
.AdapterSupport.input
(Expression inputExpression) Adapter.params
(Expression paramsExpression) Sets anExpression
for obtaining input params from anExchange
.AdapterSupport.params
(Expression paramsExpression) Adapter.staticParams
(Object... params) Configures this adapter to use the givenparams
independent of theExchange
to be processed.AdapterSupport.staticParams
(Object... params) -
Uses of Adapter in org.openehealth.ipf.platform.camel.hl7.adapter