public class MessageContext
extends java.lang.Object
| Constructor and Description |
|---|
MessageContext (Part part)
Creates a message context describing the given part.
|
| Modifier and Type | Method and Description |
|---|---|
Message |
getMessage ()
Returns the message that contains the content.
|
Part |
getPart ()
Returns the part containing the content.
|
Session |
getSession ()
Returns the session context.
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitpublic MessageContext(Part part)