| Modifier and Type | Method and Description |
|---|---|
Message |
XIMessageRecord.getXIMessage()
Retrieve a reference to the XI message object to avoid copy operations
(XI AF specific)
|
| Modifier and Type | Method and Description |
|---|---|
void |
XIMessageRecord.setXIMessage(Message message)
Associate a new XI message object with this record.
|
| Modifier and Type | Method and Description |
|---|---|
ProcessContextFactory.ParamSet |
ProcessContextFactory.ParamSet.message(Message message)
Extracts the process context information from a given message.
|
| Modifier and Type | Method and Description |
|---|---|
static Map |
HeaderMapper.getMappedHeader(Message message,
Binding binding)
Returns a Map of key-value-pairs where each key is one of the constants
FROM_PARTY, FROM_SERVICE, TO_PARTY, TO_SERVICE
and the value is the one to which the respective header field should be mapped
If the Map is empty no mapping is required.
|
| Modifier and Type | Method and Description |
|---|---|
Message |
MessageFactory.createMessage(Party fromParty,
Party toParty,
Service fromService,
Service toService,
Action action)
The
MessageFactory implementation will validate the parameters, do a registry lookup based on the
parameters, and create an empty messsage containing all the information available from the registry. |
Message |
MessageFactory.createMessage(Party fromParty,
Party toParty,
Service fromService,
Service toService,
Action action,
String messageId)
The
MessageFactory implementation will validate the parameters, do a registry lookup based on the
parameters, and create an empty messsage containing all the information available from the registry. |
| Modifier and Type | Field and Description |
|---|---|
protected Message |
MessagingException.messageInError |
| Constructor and Description |
|---|
DuplicateMessageException(Message messageInError,
Exception nestedException) |
DuplicateMessageException(Message messageInError,
String errorText) |
InvalidParamException(Message messageInError,
Exception nestedException) |
InvalidParamException(Message messageInError,
String errorText) |
MessageFormatException(Message messageInError,
Exception nestedException) |
MessageFormatException(Message messageInError,
String errorText) |
MessagingException(Message messageInError,
Exception nestedException)
Constructs a
MessagingException with a reference to the message in error and wrapping a nested
exception. |
MessagingException(Message messageInError,
String errorText)
Constructs a
MessagingException with a reference to the message in error and an error text. |
PayloadFormatException(Message messageInError,
Exception nestedException) |
PayloadFormatException(Message messageInError,
String errorText) |
Copyright 2019 SAP AG Complete Copyright Notice