| |
|
| java.lang.Object org.ow2.easybeans.component.mail.factory.AbsJavaMailRef org.ow2.easybeans.component.mail.factory.JavaMailMimePartDataSourceRef
JavaMailMimePartDataSourceRef | public class JavaMailMimePartDataSourceRef extends AbsJavaMailRef (Code) | | Defines a referenceable object for a MimePartDatasource Mail object.
author: Florent BENOIT |
JavaMailMimePartDataSourceRef | public JavaMailMimePartDataSourceRef()(Code) | | Build a new javax.mail.internet.MimePartDataSource reference.
|
getBccRecipients | public Address[] getBccRecipients()(Code) | | array of BCC recipients. |
getCcRecipients | public Address[] getCcRecipients()(Code) | | array of CC recipients. |
getReference | public Reference getReference() throws NamingException(Code) | | Retrieves the Reference of this object.
The non-null Reference of this object. exception: NamingException - If a naming exception was encountered whileretrieving the reference. |
getSubject | public String getSubject()(Code) | | the subject that can be used. |
getToRecipients | public Address[] getToRecipients()(Code) | | array of TO recipients. |
getType | public String getType()(Code) | | Return the type of the factory.
the type of the mail factory |
setBccRecipients | public void setBccRecipients(Address[] bccRecipients)(Code) | | Sets the BCC recipients.
Parameters: bccRecipients - the given recipients |
setCcRecipients | public void setCcRecipients(Address[] ccRecipients)(Code) | | Sets the CC recipients.
Parameters: ccRecipients - the given recipients |
setSubject | public void setSubject(String subject)(Code) | | Sets the subject of the mail.
Parameters: subject - the given subject |
setToRecipients | public void setToRecipients(Address[] toRecipients)(Code) | | Sets the TO recipients.
Parameters: toRecipients - the given recipients |
|
|
|