javax.mail
Interface MultipartDataSource

All Superinterfaces:
javax.activation.DataSource

public interface MultipartDataSource
extends javax.activation.DataSource

Version:
$Revision: 1.3 $ $Date: 2004/03/10 10:00:27 $

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

Method Detail

getBodyPart

public BodyPart getBodyPart(int index)
                     throws MessagingException
Throws:
MessagingException

getCount

public int getCount()


Copyright © 2003-2005 Apache Software Foundation. All Rights Reserved.