|
||||||||||
PREV CLASS (src) NEXT CLASS (src) | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.ObjectMimeMessage
org.jboss.net.axis.transport.mailto.MailMessage
Field Summary | |
protected java.lang.String |
messageID
|
Constructor Summary | |
MailMessage(MimeMessage arg0)
|
|
MailMessage(Session arg0,
java.io.InputStream arg1)
|
Method Summary | |
java.lang.String |
getMessageID()
Returns the current message ID. |
void |
setMessageID(java.lang.String id)
Set the message ID for this message. |
protected void |
updateHeaders()
If we have set our own messageID, we should use that other wise go ahead and use the one generated by javamail. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
protected java.lang.String messageID
Constructor Detail |
public MailMessage(MimeMessage arg0) throws MessagingException
arg0
-
javax.mail.MessagingException
MessagingException
public MailMessage(Session arg0, java.io.InputStream arg1) throws MessagingException
arg0
- arg1
-
javax.mail.MessagingException
MessagingException
Method Detail |
protected void updateHeaders() throws MessagingException
MessagingException
javax.mail.internet.MimeMessage#updateHeaders()
public java.lang.String getMessageID()
public void setMessageID(java.lang.String id)
id
-
|
||||||||||
PREV CLASS (src) NEXT CLASS (src) | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |