| Package | Description |
|---|---|
| org.apache.axiom.attachments |
| Modifier and Type | Class and Description |
|---|---|
(package private) class |
MultipartAttachmentStreams
The MultipartAttachmentStreams class is used to create IncomingAttachmentInputStream objects when
the HTTP stream shows a marked separation between the SOAP and each attachment parts.
|
| Modifier and Type | Field and Description |
|---|---|
private IncomingAttachmentStreams |
IncomingAttachmentInputStream.parentContainer |
private IncomingAttachmentStreams |
MIMEMessage.streams
Container to hold streams for direct access
|
| Modifier and Type | Method and Description |
|---|---|
(package private) IncomingAttachmentStreams |
AttachmentSet.getIncomingAttachmentStreams() |
IncomingAttachmentStreams |
Attachments.getIncomingAttachmentStreams()
Stream based access
|
(package private) IncomingAttachmentStreams |
MIMEMessage.getIncomingAttachmentStreams() |
(package private) abstract IncomingAttachmentStreams |
AttachmentsDelegate.getIncomingAttachmentStreams() |
| Constructor and Description |
|---|
IncomingAttachmentInputStream(java.io.InputStream in,
IncomingAttachmentStreams parentContainer) |