|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjavax.mail.MessageContext
The context of a datum of message content.
Constructor Summary | |
MessageContext(Part part)
Creates a message context describing the given part. |
Method Summary | |
Message |
getMessage()
Returns the message that contains the content. |
Part |
getPart()
Returns the part containing the content. |
Session |
getSession()
Returns the session context. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public MessageContext(Part part)
Method Detail |
public Part getPart()
public Message getMessage()
public Session getSession()
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |