bizdoc | Object The document for which to get the delivery content. The document must be an instance of com.wm.app.tn.doc.BizDocEnvelope. |
deliveryContent | Object The delivery content of the specified document. deliveryContent can be in one of the two formats byte[] (mostly for small documents) and InputStream (mostly for large documents). |
content-type | String Returns the content type of this document, which can be used in transport headers. |
ftpFileExtension | String Returns the file extension that can used when naming files that are sent through ftp transport. |