Uses of Interface
com.sap.engine.interfaces.messaging.api.Payload

Packages that use Payload
com.sap.engine.interfaces.messaging.api   
 

Uses of Payload in com.sap.engine.interfaces.messaging.api
 

Subinterfaces of Payload in com.sap.engine.interfaces.messaging.api
 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.
 

Methods in com.sap.engine.interfaces.messaging.api that return Payload
 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.
 

Methods in com.sap.engine.interfaces.messaging.api with parameters of type Payload
 void Message.addAttachment(Payload attachment)
          Adds an attachment to the message.
 void Message.setMainPayload(Payload payload)
          Sets the main payload.
 



Copyright 2015 SAP AG Complete Copyright Notice