Uses of Interface
org.apache.james.mime4j.message.Disposable

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

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

Subinterfaces of Disposable in org.apache.james.mime4j.message
 interface Body
          Encapsulates the body of an entity (see RFC 2045).
 

Classes in org.apache.james.mime4j.message that implement Disposable
 class BinaryBody
          A body containing binary data.
 class BodyPart
          Represents a MIME body part (see RFC 2045).
 class Entity
          MIME entity.
 class Message
          Represents a MIME message.
 class Multipart
          Represents a MIME multipart body (see RFC 2045).A multipart body has a ordered list of body parts.
 class SingleBody
          Abstract implementation of a single message body; that is, a body that does not contain (directly or indirectly) any other child bodies.
 class TextBody
          Encapsulates the contents of a text/* entity body.
 



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