| |
|
| java.lang.Object org.objectweb.jonas.mail.factory.JavaMail org.objectweb.jonas.mail.factory.JavaMailMimePartDS
JavaMailMimePartDS | public class JavaMailMimePartDS extends JavaMail (Code) | | This class provides a way for referencing mail session.
author: Florent Benoit author: Ludovic Bert |
MIMEMESSAGE_BCC | final protected static String MIMEMESSAGE_BCC(Code) | | JOnAS-specific property for Mime Messages configuration (mail.bcc)
|
MIMEMESSAGE_CC | final protected static String MIMEMESSAGE_CC(Code) | | JOnAS-specific property for Mime Messages configuration (mail.cc)
|
MIMEMESSAGE_SUBJECT | final protected static String MIMEMESSAGE_SUBJECT(Code) | | JOnAS-specific property for Mime Messages configuration (mail.subject)
|
MIMEMESSAGE_TO | final protected static String MIMEMESSAGE_TO(Code) | | JOnAS-specific property for Mime Messages configuration (mail.to)
|
JavaMailMimePartDS | public JavaMailMimePartDS(String factoryName, String name, Properties mailProperties)(Code) | | Constructor of a JavaMailMimePartDS Object
Parameters: factoryName - the name of the factory. Parameters: name - the name of this object. Parameters: mailProperties - properties for configuring this object. |
getMimeMessageProperties | Properties getMimeMessageProperties()(Code) | | Retrieves the mimeMessage properties of this object.
the mimeMessage properties of this object. |
getReference | public Reference getReference() throws NamingException(Code) | | Retrieves the Reference of the javax.mail.MimePartDataSource object.
The Reference contains the factory used to create this object
(that is the JavaMimePartDSFactory) and the optional parameters used to
configure the factory.
the non-null Reference of the javax.mail.MimePartDataSourceobject. throws: NamingException - if a naming exception was encountered whileretrieving the reference. |
getType | public String getType()(Code) | | Return the type of the factory
the type of the mail factory |
setMimeMessageProperties | void setMimeMessageProperties(Properties props)(Code) | | Set the mimeMessage properties of this object.
Parameters: props - the mimeMessage properties |
|
|
|