| Interface | Description |
|---|---|
| Part |
Interface representing a MIME part.
|
| SizeAwareDataSource | Deprecated
Please implement
SizeAwareDataSource |
| Class | Description |
|---|---|
| AttachmentCacheMonitor |
The CacheMonitor is responsible for deleting temporary attachment files
after a timeout period has expired.
|
| Attachments | |
| AttachmentsDelegate |
Attachments delegate. |
| AttachmentSet |
AttachmentsDelegate implementation that represents a programmatically created set of
attachment parts. |
| ByteArrayDataSource | |
| CachedFileDataSource | |
| ConfigurableDataHandler |
This Axiom DataHandler inplementation allows the user to set custom values for the following MIME
body part headers.
|
| IncomingAttachmentInputStream | |
| IncomingAttachmentStreams |
Container for AttachmentStream s.
|
| MIMEMessage |
AttachmentsDelegate implementation that represents a MIME multipart message read from a
stream. |
| 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.
|
| PartContent |
Stores the content of a MIME part using a particular buffering strategy.
|
| PartContentFactory |
Factory for
PartContent objects. |
| PartContentOnFile |
Stores the content of a MIME part in a file.
|
| PartContentOnMemory |
Stores the content of a MIME part in memory (in non-contiguous byte arrays).
|
| PartDataHandler |
DataHandler implementation for MIME parts read from a stream. |
| PartDataSource |
Default
DataSource implementation for MIME parts. |
| PartImpl |
Actual implementation of the
Part interface. |
| ReadOnceInputStreamWrapper |
Input stream wrapper that automatically calls
PartImpl.releaseContent() when the content
has been consumed. |