Modifier and Type | Method and Description |
---|---|
Message |
Message.addAttachment(String name,
DataSource attachment)
Adds an attachment to the message with the specified name.
|
Message |
Message.copy()
Return copy of message.
|
Message |
Exchange.createMessage()
Create a message to be used with this exchange.
|
Message |
Exchange.getMessage()
Returns the current message for the exchange.
|
Message |
Message.setContent(Object content)
Assigns the specified content to the body of this message.
|
Modifier and Type | Method and Description |
---|---|
Context |
Exchange.getContext(Message message)
Retrieves context available for passed message.
|
void |
Exchange.send(Message message)
Sends the specified message as part of this message exchange.
|
void |
Exchange.sendFault(Message message)
Sends the specified message as part of this message exchange.
|
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.
|
Modifier and Type | Method and Description |
---|---|
Message |
MessageComposer.compose(D source,
Exchange exchange)
Takes the data from the passed in source object and composes a SwithYardMessage based on the specified Exchange.
|
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.
|
Modifier and Type | Method and Description |
---|---|
Message |
IndexedRecordMessageComposer.compose(IndexedRecordBindingData source,
Exchange exchange)
Takes the data from the passed in source object and composes a SwithYardMessage based on the specified Exchange.
|
Message |
JMSMessageComposer.compose(JMSBindingData source,
Exchange exchange)
Takes the data from the passed in source object and composes a SwithYardMessage based on the specified Exchange.
|
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.
|
Message |
StreamableRecordMessageComposer.compose(StreamableRecordBindingData source,
Exchange exchange)
Takes the data from the passed in source object and composes a SwithYardMessage based on the specified Exchange.
|
Modifier and Type | Method and Description |
---|---|
Message |
RESTEasyMessageComposer.compose(RESTEasyBindingData source,
Exchange exchange)
Takes the data from the passed in source object and composes a SwithYardMessage based on the specified Exchange.
|
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.
|
Modifier and Type | Method and Description |
---|---|
Message |
InvocationFaultException.getFaultMessage()
Return the underlying fault message.
|
Message |
Invoker.sendInOut(Object messagePayload)
Send an IN_OUT message to the target Service.
|
Constructor and Description |
---|
InvocationFaultException(Message faultMessage)
Create a new InvocationFaultException based on the specified fault message.
|
Modifier and Type | Method and Description |
---|---|
void |
TransformSequence.apply(Message message,
TransformerRegistry registry)
Apply this
TransformSequence to the supplied Message instance. |
void |
TransformSequence.associateWith(Message message)
Associate this instance with the supplied message context.
|
Copyright © 2013–2017 JBoss by Red Hat. All rights reserved.