javax.mail
Interface MultipartDataSource

All Superinterfaces:
javax.activation.DataSource

public interface MultipartDataSource
extends javax.activation.DataSource

Version:
$Rev: 467553 $ $Date: 2006-10-25 06:01:51 +0200 (Mi, 25. Okt 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 © 2003-2012 The Apache Software Foundation. All Rights Reserved.