|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjavax.mail.Message.RecipientType
javax.mail.internet.MimeMessage.RecipientType
public static class MimeMessage.RecipientType
This inner class extends the javax.mail.Message.RecipientType class to add additional RecipientTypes. The one additional RecipientType currently defined here is NEWSGROUPS.
Message.RecipientType
,
Serialized FormField Summary | |
---|---|
static MimeMessage.RecipientType |
NEWSGROUPS
The "Newsgroup" (Usenet news) recipients. |
Fields inherited from class javax.mail.Message.RecipientType |
---|
BCC, CC, TO, type |
Constructor Summary | |
---|---|
protected |
MimeMessage.RecipientType(java.lang.String type)
|
Method Summary | |
---|---|
protected java.lang.Object |
readResolve()
When deserializing a RecipientType, we need to make sure to return only one of the known static final instances defined in this class. |
Methods inherited from class javax.mail.Message.RecipientType |
---|
toString |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Field Detail |
---|
public static final MimeMessage.RecipientType NEWSGROUPS
Constructor Detail |
---|
protected MimeMessage.RecipientType(java.lang.String type)
Method Detail |
---|
protected java.lang.Object readResolve() throws java.io.ObjectStreamException
Message.RecipientType
readResolve
method that checks for their known
instances before calling this super method.
readResolve
in class Message.RecipientType
java.io.ObjectStreamException
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |