javax.mail
Interface MultipartDataSource

All Superinterfaces:
DataSource

public interface MultipartDataSource
extends DataSource

Version:
$Rev: 421852 $ $Date: 2006-07-14 03:02:19 -0700 (Fri, 14 Jul 2006) $

Method Summary
 BodyPart getBodyPart(int index)
           
 int getCount()
           
 
Methods inherited from interface javax.activation.DataSource
getContentType, getInputStream, getName, getOutputStream
 

Method Detail

getBodyPart

BodyPart getBodyPart(int index)
                     throws MessagingException
Throws:
MessagingException

getCount

int getCount()


Copyright © 2006 Apache Software Foundation. All Rights Reserved.