headerLines | Document IData object containing the message headers. (The message headers are returned in the lines document inside the header output parameter). | |
body | Document IData object containing the body of the message. This document must contain the body of the message in one of the following keys: | |
Key | Description | |
bytes | byte[ ] Optional. Body of the message. | |
stream | java.io.InputStream Optional. The body of the message. |
stream | java.io.InputStream InputStream containing the reassembled tap message. |