Uses of Interface
org.apache.james.mime4j.stream.BodyDescriptor

Packages that use BodyDescriptor
org.apache.james.mime4j.message   
org.apache.james.mime4j.parser   
org.apache.james.mime4j.stream   
 

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

Classes in org.apache.james.mime4j.message that implement BodyDescriptor
 class MaximalBodyDescriptor
          Extended BodyDescriptor implementation with complete content details.
 

Methods in org.apache.james.mime4j.message that return BodyDescriptor
 BodyDescriptor DefaultBodyDescriptorBuilder.build()
           
 

Uses of BodyDescriptor in org.apache.james.mime4j.parser
 

Methods in org.apache.james.mime4j.parser with parameters of type BodyDescriptor
 void ContentHandler.body(BodyDescriptor bd, java.io.InputStream is)
          Called when the body of a discrete (non-multipart) entity is about to be parsed.
 void AbstractContentHandler.body(BodyDescriptor bd, java.io.InputStream is)
           
 void ContentHandler.startMultipart(BodyDescriptor bd)
          Called when the body of a multipart entity is about to be parsed.
 void AbstractContentHandler.startMultipart(BodyDescriptor bd)
           
 

Uses of BodyDescriptor in org.apache.james.mime4j.stream
 

Methods in org.apache.james.mime4j.stream that return BodyDescriptor
 BodyDescriptor BodyDescriptorBuilder.build()
          Builds an instance of BodyDescriptor based on the internal state.
 BodyDescriptor MimeTokenStream.getBodyDescriptor()
          Gets a descriptor for the current entity.
 BodyDescriptor EntityStateMachine.getBodyDescriptor()
          Returns description of the entity body.
 BodyDescriptor RawEntity.getBodyDescriptor()
          This method has no effect and always returns null.
 



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