Uses of Class
org.apache.james.mime4j.stream.EntityState

Packages that use EntityState
org.apache.james.mime4j.stream   
 

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

Methods in org.apache.james.mime4j.stream that return EntityState
 EntityState MimeTokenStream.getState()
          Returns the current state.
 EntityState EntityStateMachine.getState()
          Return the current state of the entity.
 EntityState RawEntity.getState()
           
 EntityState MimeTokenStream.next()
          This method advances the token stream to the next token.
static EntityState EntityState.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static EntityState[] EntityState.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in org.apache.james.mime4j.stream with parameters of type EntityState
static java.lang.String MimeTokenStream.stateToString(EntityState state)
          Renders a state as a string suitable for logging.
 



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