|
Préférences
Moteurs de recherche
|
||||||||||||||
| JavaTM Platform, Enterprise Edition, v 5.0
javax.mail
|
|||||||||||||||
| Constructor Summary | |
|---|---|
MessageContext(Part part)
Create a MessageContext object describing the context of the given Part. |
|
| Method Summary | |
|---|---|
Message |
getMessage()
Return the Message that contains the content. |
Part |
getPart()
Return the Part that contains the content. |
Session |
getSession()
Return the Session we're operating in. |
| 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()