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 Multipart.getParent()
           
 Entity Body.getParent()
          Gets the parent of this body.
 Entity AbstractBody.getParent()
           
 Entity Entity.getParent()
          Gets the parent entity of this entity.
 

Methods in org.apache.james.mime4j.message with parameters of type Entity
 void Multipart.setParent(Entity parent)
           
 void Body.setParent(Entity parent)
          Sets the parent of this body.
 void AbstractBody.setParent(Entity parent)
           
 void Entity.setParent(Entity parent)
          Sets the parent entity of this entity.
 



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