|
||||||||||
| 上一个类 下一个类 | 框架 无框架 | |||||||||
| 摘要: 嵌套 | 字段 | 构造方法 | 方法 | 详细信息: 字段 | 构造方法 | 方法 | |||||||||
java.lang.Objectjavax.mail.MessageContext
public class MessageContext
The context in which a piece of Message content is contained. A
MessageContext object is returned by the
getMessageContext method of the
MessageAware interface. MessageAware is
typically implemented by DataSources to allow a
DataContentHandler to pass on information about the
context in which a data content object is operating.
MessageAware,
DataSource,
DataContentHandler| 构造方法摘要 | |
|---|---|
MessageContext(Part part)
Create a MessageContext object describing the context of the given Part. |
|
| 方法摘要 | |
|---|---|
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. |
| 从类 java.lang.Object 继承的方法 |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| 构造方法详细信息 |
|---|
public MessageContext(Part part)
| 方法详细信息 |
|---|
public Part getPart()
public Message getMessage()
public Session getSession()
|
||||||||||
| 上一个类 下一个类 | 框架 无框架 | |||||||||
| 摘要: 嵌套 | 字段 | 构造方法 | 方法 | 详细信息: 字段 | 构造方法 | 方法 | |||||||||