org.marre.mime
Class MimeMultipart

java.lang.Object
  extended byorg.marre.mime.MimeBodyPart
      extended byorg.marre.mime.MimeMultipart
Direct Known Subclasses:
MimeMultipartAlternative, MimeMultipartMixed, MimeMultipartRelated

public abstract class MimeMultipart
extends MimeBodyPart


Field Summary
protected  java.util.List myParts
           
 
Fields inherited from class org.marre.mime.MimeBodyPart
myBody, myContentType, myHeaders
 
Constructor Summary
protected MimeMultipart()
           
  MimeMultipart(java.lang.String theContentType)
           
 
Method Summary
 void addBodyPart(MimeBodyPart theBodyPart)
           
 MimeBodyPart getBodyPart(int theIndex)
           
 int getBodyPartCount()
           
 void removeBodyPart(MimeBodyPart theBodyPart)
           
 java.lang.String toString()
           
 
Methods inherited from class org.marre.mime.MimeBodyPart
addHeader, addHeader, getBody, getBodySize, getContentType, getHeader, getHeader, getHeaderCount, setContent, setContent, setContentId, setContentLocation
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

myParts

protected java.util.List myParts
Constructor Detail

MimeMultipart

protected MimeMultipart()

MimeMultipart

public MimeMultipart(java.lang.String theContentType)
Method Detail

addBodyPart

public void addBodyPart(MimeBodyPart theBodyPart)

removeBodyPart

public void removeBodyPart(MimeBodyPart theBodyPart)

getBodyPart

public MimeBodyPart getBodyPart(int theIndex)

getBodyPartCount

public int getBodyPartCount()

toString

public java.lang.String toString()


Copyright © 2002-2005 Markus Eriksson. All Rights Reserved.