| Interface | Description |
|---|---|
| Body |
A body of an MIME entity (as defined in RFC 2045).
|
| Disposable |
A Disposable is an object that should be disposed of explicitly
when it is no longer needed.
|
| Entity |
A MIME entity.
|
| FieldParser<T extends ParsedField> |
A parser or transformation process intended to convert raw (unstructured)
Fields into
structured ParsedFields. |
| Header |
A header of an MIME entity (as defined in RFC 2045).
|
| Message |
An MIME message (as defined in RFC 2045).
|
| MessageBuilder |
An interface to build instances of
Message and other DOM elements either without
any content, by copying content of an existing object or by reading content from
an InputStream. |
| MessageWriter |
An interface to write out content of
Message and other DOM elements to
an OutputStream. |
| Multipart |
A MIME multipart body (as defined in RFC 2045).
|
| Class | Description |
|---|---|
| BinaryBody |
A body containing binary data.
|
| MessageServiceFactory |
A MessageBuilderFactory is used to create EntityBuilder instances.
|
| 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. |
| Exception | Description |
|---|---|
| ServiceLoaderException |
Copyright © 2004-2012 The Apache Software Foundation. All Rights Reserved.