javax.mail
接口 MessageAware

所有已知实现类:
IMAPMultipartDataSource, MimePartDataSource

public interface MessageAware

An interface optionally implemented by DataSources to supply information to a DataContentHandler about the message context in which the data content object is operating.

从以下版本开始:
JavaMail 1.1
另请参见:
MessageContext, DataSource, DataContentHandler

方法摘要
 MessageContext getMessageContext()
          Return the message context.
 

方法详细信息

getMessageContext

MessageContext getMessageContext()
Return the message context.



Copyright © 2013. All Rights Reserved.