|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectwt.jmx.core.mbeans.Emailer.EmailBodyProvider
public abstract static class Emailer.EmailBodyProvider
Convenience implementation of EmailContentProvider interface for use when
the e-mail is to consist of a single, simple body part.
Supported API: true
Extendable: true
| Method Summary | |
|---|---|
abstract Object |
getContent()
Responsible for returning body part content object. |
abstract String |
getMimeType()
Responsible for returning MIME type of body part. |
Multipart |
getMultipart()
Uses the results of getMimeType() and getContent() to build and return a single, simple body part. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Method Detail |
|---|
public Multipart getMultipart()
throws Exception
getMultipart in interface Emailer.EmailContentProviderException
public abstract String getMimeType()
throws Exception
Exception
public abstract Object getContent()
throws Exception
Exception
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||