- 
- All Known Implementing Classes:
- MimePartDataSource
 
 public interface MessageAwareAn interface optionally implemented byDataSourcesto supply information to aDataContentHandlerabout the message context in which the data content object is operating.- See Also:
- MessageContext,- DataSource,- DataContentHandler
 
- 
- 
Method SummaryAll Methods Instance Methods Abstract Methods Modifier and Type Method Description MessageContextgetMessageContext()Return the message context.
 
- 
- 
- 
Method Detail- 
getMessageContextMessageContext getMessageContext() Return the message context.- Returns:
- the message context
 
 
- 
 
-