Package | Description |
---|---|
org.switchyard.component.http.composer |
Modifier and Type | Class and Description |
---|---|
class |
HttpRequestBindingData
HTTP request binding data.
|
class |
HttpResponseBindingData
HTTP response binding data.
|
Modifier and Type | Method and Description |
---|---|
HttpBindingData |
HttpMessageComposer.decompose(Exchange exchange,
HttpBindingData 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 |
HttpMessageComposer.compose(HttpBindingData source,
Exchange exchange)
Takes the data from the passed in source object and composes a SwithYardMessage based on the specified Exchange.
|
HttpBindingData |
HttpMessageComposer.decompose(Exchange exchange,
HttpBindingData target)
Takes the data from the SwitchYardMessage in the specified Exchange and decomposes it into the target object.
|
void |
HttpContextMapper.mapFrom(HttpBindingData source,
Context context)
Maps a source object's properties to the context.
|
void |
HttpContextMapper.mapTo(Context context,
HttpBindingData target)
Maps a context's properties into a target object.
|
Copyright © 2013–2021 JBoss by Red Hat. All rights reserved.