|
Oracle Fusion Middleware Java API for Oracle WebLogic Portal 10g Release 3 (10.3.2) E14255-01 |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Object
com.bea.p13n.mail.MailMessage
public class MailMessage
Class to represent an email message and it's supporting data.
| Constructor Summary | |
|---|---|
MailMessage() |
|
| Method Summary | |
|---|---|
void |
addHeader(String name, String value) |
String |
getFrom()Get the value of from. |
Map |
getHeaders()Get the value of headers. |
String |
getMessageText()Get the value of messageText. |
MailRecipients |
getRecipients()Get the value of recipients. |
String |
getSubject()Get the value of subject. |
void |
setFrom(String v)Set the value of from. |
void |
setHeaders(Map v)Set the value of headers. |
void |
setMessageText(String v)Set the value of messageText. |
void |
setRecipients(MailRecipients v)Set the value of recipients. |
void |
setSubject(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 Map getHeaders()
public void setHeaders(Map v)
v - Value to assign to headers.
public void addHeader(String name,
String value)
public String getSubject()
public void setSubject(String v)
v - Value to assign to subject.public String getFrom()
public void setFrom(String v)
v - Value to assign to from.public String getMessageText()
public void setMessageText(String v)
v - Value to assign to messageText.
|
Oracle Fusion Middleware Java API for Oracle WebLogic Portal 10g Release 3 (10.3.2) E14255-01 |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
Copyright © 2010, Oracle. All rights reserved.