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

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

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, InputStream is)
          Called when the body of a discrete (non-multipart) entity is about to be parsed.
 void AbstractContentHandler.body(BodyDescriptor bd, 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 RawEntity.getBodyDescriptor()
          This method has no effect and always returns null.
 BodyDescriptor MimeTokenStream.getBodyDescriptor()
          Gets a descriptor for the current entity.
 BodyDescriptor EntityStateMachine.getBodyDescriptor()
          Returns description of the entity body.
 



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