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

Packages that use RawField
org.apache.james.mime4j.field   
org.apache.james.mime4j.message   
org.apache.james.mime4j.stream   
 

Uses of RawField in org.apache.james.mime4j.field
 

Methods in org.apache.james.mime4j.field that return RawField
protected  RawField AbstractField.getRawField()
           
 

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

Methods in org.apache.james.mime4j.message with parameters of type RawField
 Field DefaultBodyDescriptorBuilder.addField(RawField rawfield)
           
 

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

Methods in org.apache.james.mime4j.stream that return RawField
 RawField FieldBuilder.build()
          Builds an instance of RawField based on the internal state.
 RawField DefaultFieldBuilder.build()
           
 RawField RawEntity.getField()
          This method has no effect and always returns null.
 RawField RawFieldParser.parseField(ByteSequence raw)
          Parses the sequence of bytes into RawField.
 

Methods in org.apache.james.mime4j.stream with parameters of type RawField
 Field BodyDescriptorBuilder.addField(RawField field)
          Updates builder's internal state by adding a new field.
 RawBody RawFieldParser.parseRawBody(RawField field)
          Parses the field body containing a value with parameters into RawBody.
 



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