javax.mail
Interface MultipartDataSource

All Superinterfaces:
DataSource

public interface MultipartDataSource
extends DataSource

Version:
$Rev: 467553 $ $Date: 2006-10-25 00:01:51 -0400 (Wed, 25 Oct 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-2009 The Apache Software Foundation. All Rights Reserved.