File
Doc
Category
Size
Date
Package
MessageAware.java
API Doc
JavaMail 1.4.3
2443
Tue Nov 17 10:38:12 GMT 2009
javax.mail
MessageAware
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.
see
javax.mail.MessageContext
see
javax.activation.DataSource
see
javax.activation.DataContentHandler
since
JavaMail 1.1
Fields Summary
Constructors Summary
Methods Summary
public
javax.mail.MessageContext
getMessageContext
()
Return the message context.
Java Code Source