| Package | Description |
|---|---|
| com.sap.engine.interfaces.messaging.api |
| Modifier and Type | Interface and Description |
|---|---|
interface |
TextPayload
The
TextPayload extends the Payload interface and specializes for the text only document. |
interface |
XMLPayload
The
XMLPayload extends the TextPayload interface and specializes for the XML only document. |
| Modifier and Type | Method and Description |
|---|---|
Payload |
Message.createPayload()
Creates an empty binary payload.
|
Payload |
Message.getAttachment(String name)
Returns an attachment by name if the XML message protocol used for this message supports attachment names.
|
Payload |
Message.getMainPayload()
Returns the main payload.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Message.addAttachment(Payload attachment)
Adds an attachment to the message.
|
void |
Message.setMainPayload(Payload payload)
Sets the main payload.
|
Copyright 2019 SAP AG Complete Copyright Notice