| Package | Description |
|---|---|
| com.qoppa.pas.api.flow |
Provides a set of PDF Automation Server objects in order to execute Java code
in a Flow.
|
| Modifier and Type | Method and Description |
|---|---|
Payload |
PASContext.createPayload(File file)
Creates a new
Payload with a File as the content. |
Payload |
PASContext.createPayload(InputStream inStream,
String mimeType)
Creates a new
Payload with an InputStream as the content
with the given MIME type. |
Payload |
Message.getPayload()
Returns the
Message Payload |
| Modifier and Type | Method and Description |
|---|---|
Message |
Message.deriveMessage(Payload payload)
Returns a new
Message. |