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

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

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

Subinterfaces of Disposable in org.apache.james.mime4j.dom
 interface Body
          A body of an MIME entity (as defined in RFC 2045).
 interface Entity
          A MIME entity.
 interface Message
          An MIME message (as defined in RFC 2045).
 interface Multipart
          A MIME multipart body (as defined in RFC 2045).
 

Classes in org.apache.james.mime4j.dom that implement Disposable
 class BinaryBody
          A body containing binary data.
 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.
 

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

Classes in org.apache.james.mime4j.message that implement Disposable
 class AbstractEntity
          Abstract MIME entity.
 class AbstractMessage
          Abstract MIME message.
 class AbstractMultipart
          Abstract MIME multipart body.
 class BodyPart
          A MIME body part (as defined in RFC 2045).
 class MessageImpl
          Default implementation of Message.
 class MultipartImpl
          Default implementation of Multipart.
 



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