org.marre.mime
Class MimeMultipartRelated

java.lang.Object
  extended byorg.marre.mime.MimeBodyPart
      extended byorg.marre.mime.MimeMultipart
          extended byorg.marre.mime.MimeMultipartRelated

public class MimeMultipartRelated
extends MimeMultipart


Field Summary
 
Fields inherited from class org.marre.mime.MimeMultipart
myParts
 
Fields inherited from class org.marre.mime.MimeBodyPart
myBody, myContentType, myHeaders
 
Constructor Summary
MimeMultipartRelated()
           
 
Method Summary
 MimeContentType getContentType()
          Returns the content type.
 void setStartBodyPart(MimeBodyPart theBodyPart)
           
 java.lang.String toString()
           
 
Methods inherited from class org.marre.mime.MimeMultipart
addBodyPart, getBodyPart, getBodyPartCount, removeBodyPart
 
Methods inherited from class org.marre.mime.MimeBodyPart
addHeader, addHeader, getBody, getBodySize, getHeader, getHeader, getHeaderCount, setContent, setContent, setContentId, setContentLocation
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

MimeMultipartRelated

public MimeMultipartRelated()
Method Detail

setStartBodyPart

public void setStartBodyPart(MimeBodyPart theBodyPart)

getContentType

public MimeContentType getContentType()
Description copied from class: MimeBodyPart
Returns the content type.

Overrides:
getContentType in class MimeBodyPart
Returns:
The content type

toString

public java.lang.String toString()
Overrides:
toString in class MimeMultipart


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