Skip navigation links

Package com.adaptris.core.lms

Adds support for arbitarily large messages.

See: Description

Package com.adaptris.core.lms Description

Adds support for arbitarily large messages.

The AdaptrisMessage implementation is backed by a pair of files; there is minor support for the existing AdaptrisMessage.getPayload() and AdaptrisMessage.getStringPayload() methods, however, RuntimeExceptions will be thrown if there is an attempt to use those methods on files above a certain size as determined by FileBackedMessageFactory.getMaxMemorySizeBytes(). Generally speaking you should be using InterlokMessage.getInputStream() and InterlokMessage.getOutputStream() to read and write from the payload respectively.

Skip navigation links