|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectnet.sf.jcopist.transport.EmailAsAttachementTransport
public final class EmailAsAttachementTransport
ITransport implementation to send a document as an email
attachement.
| Constructor Summary | |
|---|---|
EmailAsAttachementTransport()
|
|
| Method Summary | |
|---|---|
java.lang.String |
getFromAddress()
Returns the address of the sender. |
java.lang.String |
getMessageBody()
Returns the body of the message. |
java.lang.String |
getRecipients()
Returns the list of recipients. |
java.lang.String |
getSubject()
Returns the message subject. |
void |
setFromAddress(java.lang.String _fromAddress)
Sets the address of the sender. |
void |
setMessageBody(java.lang.String _messageBody)
Sets the body of the message. |
void |
setRecipients(java.lang.String _recipients)
Sets the list of recipients. |
void |
setSubject(java.lang.String _subject)
Sets the message subject. |
java.lang.String |
toString()
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public EmailAsAttachementTransport()
| Method Detail |
|---|
public java.lang.String getFromAddress()
public void setFromAddress(java.lang.String _fromAddress)
_fromAddress - the new address.public java.lang.String getRecipients()
public void setRecipients(java.lang.String _recipients)
_recipients - a list of comma-separated addresses, that must conform to
RFC822 syntax.public java.lang.String getSubject()
public void setSubject(java.lang.String _subject)
_subject - the new subject.public java.lang.String getMessageBody()
public void setMessageBody(java.lang.String _messageBody)
_messageBody - the new body (plain text or HTML).public java.lang.String toString()
toString in class java.lang.ObjectObject.toString()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||