Package javax.mail
Interface MessageAware
-
- All Known Implementing Classes:
MimePartDataSource
public interface MessageAware
A data source may implement this interface to supply information to a data content handler about the message context of the data content.- Version:
- 1.4
- Author:
- Chris Burdess
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description MessageContext
getMessageContext()
Return the message context.
-
-
-
Method Detail
-
getMessageContext
MessageContext getMessageContext()
Return the message context.
-
-