|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
This is an interface for extracting information from a MIME part, or a tree of MIME parts.
IMimeParser
,
IMimeOperator
Method Summary | |
java.util.Enumeration |
children()
Returns the children of the object, or null if it has no children or is not a container at all. |
java.lang.String |
contentType()
Returns the MIME content-type of this object. |
javax.mail.internet.InternetHeaders |
headers()
Returns the headers which describe this object. |
java.lang.String |
partID()
Returns the ID string of the MIME part. |
Method Detail |
public java.lang.String contentType()
public javax.mail.internet.InternetHeaders headers()
public java.util.Enumeration children()
public java.lang.String partID()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |