Uses of Package
org.apache.james.mime4j.dom

Packages that use org.apache.james.mime4j.dom
org.apache.james.mime4j.dom   
org.apache.james.mime4j.field   
org.apache.james.mime4j.message   
org.apache.james.mime4j.samples.tree   
org.apache.james.mime4j.storage   
 

Classes in org.apache.james.mime4j.dom used by org.apache.james.mime4j.dom
Body
          A body of an MIME entity (as defined in RFC 2045).
Disposable
          A Disposable is an object that should be disposed of explicitly when it is no longer needed.
Entity
          A MIME entity.
Header
          A header of an MIME entity (as defined in RFC 2045).
Message
          An MIME message (as defined in RFC 2045).
MessageBuilder
          An interface to build instances of Message and other DOM elements either without any content, by copying content of an existing object or by reading content from an InputStream.
MessageServiceFactory
          A MessageBuilderFactory is used to create EntityBuilder instances.
MessageWriter
          An interface to write out content of Message and other DOM elements to an OutputStream.
Multipart
          A MIME multipart body (as defined in RFC 2045).
SingleBody
          Abstract implementation of a single message body; that is, a body that does not contain (directly or indirectly) any other child bodies.
 

Classes in org.apache.james.mime4j.dom used by org.apache.james.mime4j.field
FieldParser
          A parser or transformation process intended to convert raw (unstructured) Fields into structured ParsedFields.
 

Classes in org.apache.james.mime4j.dom used by org.apache.james.mime4j.message
BinaryBody
          A body containing binary data.
Body
          A body of an MIME entity (as defined in RFC 2045).
Disposable
          A Disposable is an object that should be disposed of explicitly when it is no longer needed.
Entity
          A MIME entity.
FieldParser
          A parser or transformation process intended to convert raw (unstructured) Fields into structured ParsedFields.
Header
          A header of an MIME entity (as defined in RFC 2045).
Message
          An MIME message (as defined in RFC 2045).
MessageBuilder
          An interface to build instances of Message and other DOM elements either without any content, by copying content of an existing object or by reading content from an InputStream.
MessageServiceFactory
          A MessageBuilderFactory is used to create EntityBuilder instances.
MessageWriter
          An interface to write out content of Message and other DOM elements to an OutputStream.
Multipart
          A MIME multipart body (as defined in RFC 2045).
TextBody
          Encapsulates the contents of a text/* entity body.
 

Classes in org.apache.james.mime4j.dom used by org.apache.james.mime4j.samples.tree
Message
          An MIME message (as defined in RFC 2045).
 

Classes in org.apache.james.mime4j.dom used by org.apache.james.mime4j.storage
BinaryBody
          A body containing binary data.
TextBody
          Encapsulates the contents of a text/* entity body.
 



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