IdentifiantMot de passe
Loading...
Mot de passe oublié ?Je m'inscris ! (gratuit)
 
[Sommaire]  [Top 50]  [F.A.Q.]  [ Java SE ]  [ Java EE ]  [Javadoc standard]  [Contact]
[ 5.0
Rechercher   
Dans
Options   sensible à la casse
étendre la recherche aux descriptions
Préférences
fr en 
 
Moteurs de recherche
JavaTM Platform, Enterprise Edition, v 5.0

javax.mail
Interface MessageAware

All Known Implementing Classes:
MimePartDataSource

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.

Since:
JavaMail 1.1
See Also:
MessageContext, DataSource, DataContentHandler

Method Summary
 MessageContext getMessageContext()
          Return the message context.
 

Method Detail

getMessageContext

MessageContext getMessageContext()
Return the message context.


Copyright 2003 Sun Microsystems, Inc. All rights reserved