Uses of Interface
org.apache.james.mime4j.parser.EntityStateMachine

Packages that use EntityStateMachine
org.apache.james.mime4j.parser   
 

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

Classes in org.apache.james.mime4j.parser that implement EntityStateMachine
 class AbstractEntity
          Abstract MIME entity.
 class MimeEntity
           
 class RawEntity
          Raw MIME entity.
 

Methods in org.apache.james.mime4j.parser that return EntityStateMachine
 EntityStateMachine RawEntity.advance()
           
 EntityStateMachine MimeEntity.advance()
           
 EntityStateMachine EntityStateMachine.advance()
          Advances the state machine to the next state in the process of the MIME stream parsing.
 



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