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 BinaryBody
          Interface implemented by bodies containing binary data.
 interface Body
          Encapsulates the body of an entity (see RFC 2045).
 interface TextBody
          Encapsulates the contents of a text/* entity body.
 

Classes in org.apache.james.mime4j.message that implement Disposable
 class AbstractBody
          Abstract Body implementation providing the parent functionality required by bodies.
 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.
 



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