Package | Description |
---|---|
org.switchyard.component.camel.common.composer |
Modifier and Type | Method and Description |
---|---|
CamelBindingData |
CamelMessageComposer.decompose(Exchange exchange,
CamelBindingData target)
Takes the data from the SwitchYardMessage in the specified Exchange and decomposes it into the target object.
|
Modifier and Type | Method and Description |
---|---|
Message |
CamelMessageComposer.compose(CamelBindingData source,
Exchange exchange)
Takes the data from the passed in source object and composes a SwithYardMessage based on the specified Exchange.
|
CamelBindingData |
CamelMessageComposer.decompose(Exchange exchange,
CamelBindingData target)
Takes the data from the SwitchYardMessage in the specified Exchange and decomposes it into the target object.
|
void |
CamelContextMapper.mapFrom(CamelBindingData source,
Context context)
Maps a source object's properties to the context.
|
void |
CamelContextMapper.mapTo(Context context,
CamelBindingData target)
Maps a context's properties into a target object.
|
Copyright © 2013–2018 JBoss by Red Hat. All rights reserved.