| Interface | Description |
|---|---|
| Body |
Encapsulates the body of an entity (see RFC 2045).
|
| Disposable |
A Disposable is an object that should be disposed of explicitly
when it is no longer needed.
|
| Class | Description |
|---|---|
| BinaryBody |
A body containing binary data.
|
| BodyCopier |
Utility class for copying message bodies.
|
| BodyFactory |
Factory for creating message bodies.
|
| BodyPart |
Represents a MIME body part (see RFC 2045).
|
| Entity |
MIME entity.
|
| Header |
The header of an entity (see RFC 2045).
|
| Message |
Represents a MIME message.
|
| MessageBuilder | |
| MessageWriter |
Writes a message (or a part of a message) to an output stream.
|
| Multipart |
Represents a MIME multipart body (see RFC 2045).A multipart body has a
ordered list of body parts.
|
| SimpleContentHandler |
Abstract implementation of ContentHandler that automates common
tasks.
|
| SingleBody |
Abstract implementation of a single message body; that is, a body that does
not contain (directly or indirectly) any other child bodies.
|
| TextBody |
Encapsulates the contents of a
text/* entity body. |
Copyright © 2004-2012. All Rights Reserved.