javax.mail

Interface MessageAware

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.3

Author: Chris Burdess

Method Summary
MessageContextgetMessageContext()
Return the message context.

Method Detail

getMessageContext

public MessageContext getMessageContext()
Return the message context.
©