|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectjhomenet.responsive.response.AbstractResponse
jhomenet.responsive.response.EmailResponse
public class EmailResponse
| Field Summary |
|---|
| Fields inherited from class jhomenet.responsive.response.AbstractResponse |
|---|
hasExecuted, id |
| Constructor Summary | |
|---|---|
EmailResponse()
Default constructor. |
|
| Method Summary | |
|---|---|
void |
addCcrecipient(java.lang.String recipients)
Add a CC email address. |
void |
addRecipient(java.lang.String recipients)
Add an email address. |
void |
execute()
Execute the response. |
java.lang.String |
getCcrecipients()
Get the list of CC recipients. |
java.lang.String |
getHost()
Get the email hostname. |
java.lang.String |
getMessage()
Get the email message. |
java.lang.String |
getRecipients()
Get a list of email recipients. |
java.lang.String |
getReplyto()
Get the replyTo email address. |
java.lang.String |
getSender()
Get the sender. |
java.lang.String |
getSubject()
Get the email subject. |
void |
initialize()
Initialize the email response with default values from a configuration file. |
void |
setCcrecipients(java.lang.String recipients)
Set the list of CC email addresses. |
void |
setHost(java.lang.String host)
Set the email hostname. |
void |
setMessage(java.lang.String message)
Set the email message. |
void |
setRecipients(java.lang.String recipients)
Set the list of email addresses. |
void |
setReplyto(java.lang.String replyTo)
Set the reply-to email address. |
void |
setSender(java.lang.String sender)
Set the sender. |
void |
setSubject(java.lang.String subject)
Set the email subject. |
java.lang.String |
toString()
Return a string representation of the email response. |
| Methods inherited from class jhomenet.responsive.response.AbstractResponse |
|---|
formatToString, getId, getResponseDescription, hasExecuted, setId, setResponseDescription |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public EmailResponse()
| Method Detail |
|---|
public void initialize()
public void setHost(java.lang.String host)
host - public java.lang.String getHost()
public void setSubject(java.lang.String subject)
subject - public java.lang.String getSubject()
public void setMessage(java.lang.String message)
message - public java.lang.String getMessage()
public void setRecipients(java.lang.String recipients)
recipients - Semi-colon separated list of recipientspublic void addRecipient(java.lang.String recipients)
recipients - public java.lang.String getRecipients()
public void setCcrecipients(java.lang.String recipients)
recipients - Semi-colon separated list of CC recipientspublic void addCcrecipient(java.lang.String recipients)
recipients - public java.lang.String getCcrecipients()
public void setSender(java.lang.String sender)
sender - public java.lang.String getSender()
public void setReplyto(java.lang.String replyTo)
replyTo - public java.lang.String getReplyto()
public void execute()
throws ResponsiveException
execute in class AbstractResponseResponsiveExceptionAbstractResponse.execute()public java.lang.String toString()
toString in class AbstractResponseObject.toString()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||