javax.mail
Interface MultipartDataSource

All Superinterfaces:
DataSource

public interface MultipartDataSource
extends DataSource

Version:
$Rev: 54266 $ $Date: 2004-10-10 14:02:50 -0700 (Sun, 10 Oct 2004) $

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.