Package org.apache.axiom.attachments
Class IncomingAttachmentStreams
java.lang.Object
org.apache.axiom.attachments.IncomingAttachmentStreams
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 Summary
Modifier and TypeMethodDescriptionReturns the next attachment stream in sequence.final boolean
-
Method Details
-
isReadyToGetNextStream
public final boolean isReadyToGetNextStream()- Returns:
- True if the next stream can be read, false otherwise.
-
getNextStream
Returns the next attachment stream in sequence.- Returns:
- The next stream or null if no additional streams are left.
- Throws:
OMException
-