|
© 2002 BEA Systems, Inc. | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--com.bea.p13n.mail.MailMessage
Class to represent an email message and it's supporting data.
Constructor Summary | |
MailMessage()
|
Method Summary | |
void |
addHeader(java.lang.String name,
java.lang.String value)
|
java.lang.String |
getFrom()
Get the value of from. |
java.util.Map |
getHeaders()
Get the value of headers. |
java.lang.String |
getMessageText()
Get the value of messageText. |
MailRecipients |
getRecipients()
Get the value of recipients. |
java.lang.String |
getSubject()
Get the value of subject. |
void |
setFrom(java.lang.String v)
Set the value of from. |
void |
setHeaders(java.util.Map v)
Set the value of headers. |
void |
setMessageText(java.lang.String v)
Set the value of messageText. |
void |
setRecipients(MailRecipients v)
Set the value of recipients. |
void |
setSubject(java.lang.String v)
Set the value of subject. |
Methods inherited from class java.lang.Object |
clone,
equals,
finalize,
getClass,
hashCode,
notify,
notifyAll,
toString,
wait,
wait,
wait |
Constructor Detail |
public MailMessage()
Method Detail |
public MailRecipients getRecipients()
public void setRecipients(MailRecipients v)
v
- Value to assign to recipients.public java.util.Map getHeaders()
public void setHeaders(java.util.Map v)
v
- Value to assign to headers.public void addHeader(java.lang.String name, java.lang.String value)
public java.lang.String getSubject()
public void setSubject(java.lang.String v)
v
- Value to assign to subject.public java.lang.String getFrom()
public void setFrom(java.lang.String v)
v
- Value to assign to from.public java.lang.String getMessageText()
public void setMessageText(java.lang.String v)
v
- Value to assign to messageText.
|
© 2002 BEA Systems, Inc. | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |