|
SAP NetWeaver 7.11 (EhP1 SP03) Process Integration | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use MessagePropertyKey | |
|---|---|
| com.sap.engine.interfaces.messaging.api | |
| Uses of MessagePropertyKey in com.sap.engine.interfaces.messaging.api |
|---|
| Methods in com.sap.engine.interfaces.messaging.api that return types with arguments of type MessagePropertyKey | |
|---|---|
Set<MessagePropertyKey> |
Message.getMessagePropertyKeys()
Returns all keys of existing additional message property, which can be used to retrieve the corresponding values. |
| Methods in com.sap.engine.interfaces.messaging.api with parameters of type MessagePropertyKey | |
|---|---|
String |
Message.getMessageProperty(MessagePropertyKey key)
Returns the value of an additional message property, in case that such an value exists. |
void |
Message.removeMessageProperty(MessagePropertyKey key)
Removes the entry of an additional message property, in case that such an entry exists. |
void |
Message.setMessageProperty(MessagePropertyKey key,
String value)
Sets an additional message field, if supported by the Message protocol implementation. |
|
SAP NetWeaver 7.11 (EhP1 SP03) Process Integration | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||