|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface MultipartDataSource
A data source that contains body parts.
DataSource
Method Summary | |
---|---|
BodyPart |
getBodyPart(int index)
Returns the specified body part. |
int |
getCount()
Returns the number of body parts. |
Method Detail |
---|
int getCount()
BodyPart getBodyPart(int index) throws MessagingException
index
- the index of the desired body part
java.lang.IndexOutOfBoundsException
- if the given index is out of range
MessagingException
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |