Package | Description |
---|---|
org.switchyard.component.soap.composer |
Modifier and Type | Method and Description |
---|---|
SOAPBindingData |
SOAPMessageComposer.decompose(Exchange exchange,
SOAPBindingData target)
Takes the data from the SwitchYardMessage in the specified Exchange and decomposes it into the target object.
|
SOAPBindingData |
SOAPContextMapper.mapToExchangeScope(Property property,
SOAPHeader soapHeader,
SOAPBindingData data) |
SOAPBindingData |
SOAPContextMapper.mapToMessageScope(Property property,
SOAPHeader soapHeader,
SOAPBindingData data) |
Modifier and Type | Method and Description |
---|---|
Message |
SOAPMessageComposer.compose(SOAPBindingData source,
Exchange exchange)
Takes the data from the passed in source object and composes a SwithYardMessage based on the specified Exchange.
|
SOAPBindingData |
SOAPMessageComposer.decompose(Exchange exchange,
SOAPBindingData target)
Takes the data from the SwitchYardMessage in the specified Exchange and decomposes it into the target object.
|
void |
SOAPContextMapper.mapFrom(SOAPBindingData source,
Context context)
Maps a source object's properties to the context.
|
void |
SOAPContextMapper.mapTo(Context context,
SOAPBindingData target)
Maps a context's properties into a target object.
|
SOAPBindingData |
SOAPContextMapper.mapToExchangeScope(Property property,
SOAPHeader soapHeader,
SOAPBindingData data) |
SOAPBindingData |
SOAPContextMapper.mapToMessageScope(Property property,
SOAPHeader soapHeader,
SOAPBindingData data) |
Copyright © 2013–2020 JBoss by Red Hat. All rights reserved.