Package 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
Supported API: true
Extendable: true
-
Method Summary
Modifier and TypeMethodDescriptionjakarta.mail.MultipartReturn contents of message.
-
Method Details
-
getMultipart
Return contents of message.
Supported API: true- Throws:
Exception
-