public class CamelContextMapper extends BaseRegexContextMapper<CamelBindingData>
Constructor and Description |
---|
CamelContextMapper() |
Modifier and Type | Method and Description |
---|---|
void |
mapFrom(CamelBindingData source,
Context context)
Maps a source object's properties to the context.
|
void |
mapTo(Context context,
CamelBindingData target)
Maps a context's properties into a target object.
|
void |
setModel(org.switchyard.config.model.composer.ContextMapperModel model)
Sets the model.
|
getIncludeRegexes, matches, matches, matches, setExcludeNamespaces, setExcludes, setIncludeNamespaces, setIncludes, setRegexPropagationList
getModel
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
getModel
public void mapFrom(CamelBindingData source, Context context) throws Exception
mapFrom
in interface ContextMapper<CamelBindingData>
mapFrom
in class BaseRegexContextMapper<CamelBindingData>
source
- the object to map fromcontext
- the context to map toException
- if there was a problempublic void mapTo(Context context, CamelBindingData target) throws Exception
mapTo
in interface ContextMapper<CamelBindingData>
mapTo
in class BaseRegexContextMapper<CamelBindingData>
context
- the context to map fromtarget
- the target to map toException
- if there was a problempublic void setModel(org.switchyard.config.model.composer.ContextMapperModel model)
BaseContextMapper
setModel
in interface ContextMapper<CamelBindingData>
setModel
in class BaseContextMapper<CamelBindingData>
model
- the modelCopyright © 2013–2022 JBoss by Red Hat. All rights reserved.