Class IncomingAttachmentStreams


  • public final class IncomingAttachmentStreams
    extends Object
    Container for AttachmentStream s. This class provides an SwA like access mechanism, allowing applications to access the streams directly. Access it intentionally restrictred to either SwA like (stream access), or MTOM like (part/data handler access via blob id), not both.
    • Method Detail

      • isReadyToGetNextStream

        public final boolean isReadyToGetNextStream()
        Returns:
        True if the next stream can be read, false otherwise.