Package | Description |
---|---|
org.switchyard.component.jca.composer |
Modifier and Type | Method and Description |
---|---|
MappedRecordBindingData |
MappedRecordMessageComposer.decompose(Exchange exchange,
MappedRecordBindingData 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 |
MappedRecordMessageComposer.compose(MappedRecordBindingData source,
Exchange exchange)
Takes the data from the passed in source object and composes a SwithYardMessage based on the specified Exchange.
|
MappedRecordBindingData |
MappedRecordMessageComposer.decompose(Exchange exchange,
MappedRecordBindingData target)
Takes the data from the SwitchYardMessage in the specified Exchange and decomposes it into the target object.
|
void |
MappedRecordContextMapper.mapFrom(MappedRecordBindingData source,
Context context)
Maps a source object's properties to the context.
|
void |
MappedRecordContextMapper.mapTo(Context context,
MappedRecordBindingData target)
Maps a context's properties into a target object.
|
Copyright © 2013–2022 JBoss by Red Hat. All rights reserved.