FileDocCategorySizeDatePackage
MessageAware.javaAPI DocJavaMail 1.4.32443Tue Nov 17 10:38:12 GMT 2009javax.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.MessageContextgetMessageContext()
Return the message context.