wt.jmx.core.mbeans
Interface Emailer.EmailContentProvider
- All Known Subinterfaces:
- Emailer.DestroyableProvider
- All Known Implementing Classes:
- Emailer.EmailBodyProvider, Emailer.SimpleMultipartProvider, Emailer.SimpleTextProvider
- Enclosing class:
- Emailer
public static interface Emailer.EmailContentProvider
Wrapper interface for e-mail content which allows just-in-time determination
of content, i.e. so content can be computed asynchronously in e-mail thread.
Supported API: true
Extendable: true
|
Method Summary |
Multipart |
getMultipart()
Return contents of message. |
getMultipart
Multipart getMultipart()
throws Exception
- Return contents of message.
Supported API: true
- Throws:
Exception