|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.ow2.easybeans.component.mail.factory.AbsJavaMailRef
org.ow2.easybeans.component.mail.factory.JavaMailMimePartDataSourceRef
public class JavaMailMimePartDataSourceRef
Defines a referenceable object for a MimePartDatasource Mail object.
| Constructor Summary | |
|---|---|
JavaMailMimePartDataSourceRef()
Build a new javax.mail.internet.MimePartDataSource reference. |
|
| Method Summary | |
|---|---|
Address[] |
getBccRecipients()
|
Address[] |
getCcRecipients()
|
javax.naming.Reference |
getReference()
Retrieves the Reference of this object. |
java.lang.String |
getSubject()
|
Address[] |
getToRecipients()
|
java.lang.String |
getType()
Return the type of the factory. |
void |
setBccRecipients(Address[] bccRecipients)
Sets the BCC recipients. |
void |
setCcRecipients(Address[] ccRecipients)
Sets the CC recipients. |
void |
setSubject(java.lang.String subject)
Sets the subject of the mail. |
void |
setToRecipients(Address[] toRecipients)
Sets the TO recipients. |
| Methods inherited from class org.ow2.easybeans.component.mail.factory.AbsJavaMailRef |
|---|
getAuthName, getAuthPass, getJNDIName, getName, getProperties, putObject, setAuthName, setAuthPass, setJNDIName, setName, setProperties, updateRefAddr |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public JavaMailMimePartDataSourceRef()
| Method Detail |
|---|
public java.lang.String getType()
getType in class AbsJavaMailRef
public javax.naming.Reference getReference()
throws javax.naming.NamingException
getReference in interface javax.naming.ReferenceablegetReference in class AbsJavaMailRefjavax.naming.NamingException - If a naming exception was encountered while
retrieving the reference.public Address[] getToRecipients()
public void setToRecipients(Address[] toRecipients)
toRecipients - the given recipientspublic Address[] getCcRecipients()
public void setCcRecipients(Address[] ccRecipients)
ccRecipients - the given recipientspublic Address[] getBccRecipients()
public void setBccRecipients(Address[] bccRecipients)
bccRecipients - the given recipientspublic java.lang.String getSubject()
public void setSubject(java.lang.String subject)
subject - the given subject
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||