当前页面:
在线文档首页 >
Java Platform, Enterprise Edition v1.3.1 API Specifications
Java 2 Platform EE v1.3: Interface MessageAware - Java Platform, Enterprise Edition v1.3.1 API Specifications
javax.mail
Interface MessageAware
- All Known Implementing Classes:
- 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.
- Since:
- JavaMail 1.1
- See Also:
MessageContext
,
DataSource
,
DataContentHandler
getMessageContext
public MessageContext getMessageContext()
- Return the message context.