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

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

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

Methods in org.apache.james.mime4j.parser with parameters of type Field
 void ContentHandler.field(Field rawField)
          Called for each field of a header.
 void AbstractContentHandler.field(Field field)
           
 

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

Classes in org.apache.james.mime4j.stream that implement Field
 class RawField
          Raw (unstructured) MIME field.
 

Methods in org.apache.james.mime4j.stream that return Field
 Field BodyDescriptorBuilder.addField(RawField field)
          Updates builder's internal state by adding a new field.
 Field MimeTokenStream.getField()
          This method is valid, if MimeTokenStream.getState() returns EntityState.T_FIELD.
 Field EntityStateMachine.getField()
          Returns current header field.
 Field MimeTokenStream.parseHeadless(java.io.InputStream stream, java.lang.String contentType)
          Instructs the MimeTokenStream to parse the given content with the content type.
 



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