ePOST API

rice.email
Class EmailMessagePart

java.lang.Object
  extended by rice.email.EmailContentPart
      extended by rice.email.EmailHeadersPart
          extended by rice.email.EmailMessagePart
All Implemented Interfaces:
java.io.Serializable

public class EmailMessagePart
extends EmailHeadersPart

Represents a part of an email with headers

Author:
Alan Mislove
See Also:
Serialized Form

Field Summary
 
Fields inherited from class rice.email.EmailHeadersPart
content, headers, headersReference, unstoredHeaders
 
Fields inherited from class rice.email.EmailContentPart
size, storage
 
Constructor Summary
EmailMessagePart(EmailData headers, EmailContentPart content)
          Constructor.
 
Method Summary
 
Methods inherited from class rice.email.EmailHeadersPart
equals, getContent, getContentHashReferences, getHeaders, hashCode, setStorage, storeData
 
Methods inherited from class rice.email.EmailContentPart
getSize, setSize
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

EmailMessagePart

public EmailMessagePart(EmailData headers,
                        EmailContentPart content)
Constructor. Takes in a emailData representing the headers and a EmailContentPart representing the content

Parameters:
headers - The headers of this part
content - The content of this part

ePOST API

Copyright © 2001-2005 - Rice Pastry.