SetRequestStream Method

Sets the stream from which the class will read the AS2 request.

Syntax

public void setRequestStream(java.io.InputStream inputStream);

Remarks

If an input stream is set before the class attempts to process an AS2 request, the data is read from the input stream. Otherwise, the Request will be checked.

The content of the stream will be read from the current position all the way to the end and no bytes will be skipped.

Copyright (c) 2022 /n software inc. - All rights reserved.
IPWorks EDI 2020 Java Edition - Version 20.0 [Build 8203]