Uses of Class
org.apache.james.mime4j.message.Entity

Packages that use Entity
org.apache.james.mime4j.message   
 

Uses of Entity in org.apache.james.mime4j.message
 

Subclasses of Entity in org.apache.james.mime4j.message
 class BodyPart
          Represents a MIME body part (see RFC 2045).
 class Message
          Represents a MIME message.
 

Methods in org.apache.james.mime4j.message that return Entity
 Entity SingleBody.getParent()
           
 Entity Multipart.getParent()
           
 Entity Entity.getParent()
          Gets the parent entity of this entity.
 Entity Body.getParent()
          Gets the parent of this body.
 

Methods in org.apache.james.mime4j.message with parameters of type Entity
 void SingleBody.setParent(Entity parent)
           
 void Multipart.setParent(Entity parent)
           
 void Entity.setParent(Entity parent)
          Sets the parent entity of this entity.
 void Body.setParent(Entity parent)
          Sets the parent of this body.
 void MessageWriter.writeEntity(Entity entity, java.io.OutputStream out)
          Write the specified Entity to the specified OutputStream.
 

Constructors in org.apache.james.mime4j.message with parameters of type Entity
Entity(Entity other)
          Creates a new Entity from the specified Entity.
MessageBuilder(Entity entity)
           
MessageBuilder(Entity entity, StorageProvider storageProvider)
           
 



Copyright © 2004-2009 The Apache Software Foundation. All Rights Reserved.