|
SAP NetWeaver 7.11 (EhP1 SP03) Process Integration | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Uses of Message in com.sap.aii.af.lib.ra.cci |
|---|
| Methods in com.sap.aii.af.lib.ra.cci that return Message | |
|---|---|
Message |
XIMessageRecord.getXIMessage()
Retrieve a reference to the XI message object to avoid copy operations (XI AF specific) |
| Methods in com.sap.aii.af.lib.ra.cci with parameters of type Message | |
|---|---|
void |
XIMessageRecord.setXIMessage(Message message)
Associate a new XI message object with this record. |
| Uses of Message in com.sap.aii.af.service.administration.api.monitoring |
|---|
| Methods in com.sap.aii.af.service.administration.api.monitoring with parameters of type Message | |
|---|---|
ProcessContextFactory.ParamSet |
ProcessContextFactory.ParamSet.message(Message message)
Extracts the process context information from a given message. |
| Uses of Message in com.sap.aii.af.service.headermapping |
|---|
| Methods in com.sap.aii.af.service.headermapping with parameters of type Message | |
|---|---|
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. |
| Uses of Message in com.sap.engine.interfaces.messaging.api |
|---|
| Methods in com.sap.engine.interfaces.messaging.api that return Message | |
|---|---|
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. |
| Uses of Message in com.sap.engine.interfaces.messaging.api.exception |
|---|
| Fields in com.sap.engine.interfaces.messaging.api.exception declared as Message | |
|---|---|
protected Message |
MessagingException.messageInError
|
| Constructors in com.sap.engine.interfaces.messaging.api.exception with parameters of type Message | |
|---|---|
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)
|
|
|
SAP NetWeaver 7.11 (EhP1 SP03) Process Integration | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||