Uses of Interface
org.apache.james.mime4j.dom.field.ParsedField

Packages that use ParsedField
org.apache.james.mime4j.dom   
org.apache.james.mime4j.dom.field   
org.apache.james.mime4j.field   
org.apache.james.mime4j.message   
 

Uses of ParsedField in org.apache.james.mime4j.dom
 

Classes in org.apache.james.mime4j.dom with type parameters of type ParsedField
 interface FieldParser<T extends ParsedField>
          A parser or transformation process intended to convert raw (unstructured) Fields into structured ParsedFields.
 

Uses of ParsedField in org.apache.james.mime4j.dom.field
 

Subinterfaces of ParsedField in org.apache.james.mime4j.dom.field
 interface AddressListField
           
 interface ContentDescriptionField
           
 interface ContentDispositionField
           
 interface ContentIdField
           
 interface ContentLanguageField
           
 interface ContentLengthField
           
 interface ContentLocationField
           
 interface ContentMD5Field
           
 interface ContentTransferEncodingField
           
 interface ContentTypeField
           
 interface DateTimeField
           
 interface MailboxField
           
 interface MailboxListField
           
 interface MimeVersionField
           
 interface UnstructuredField
           
 

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

Classes in org.apache.james.mime4j.field that implement ParsedField
 class AbstractField
          The base class of all field classes.
 class AddressListFieldImpl
          Address list field such as To or Reply-To.
 class AddressListFieldLenientImpl
          Address list field such as To or Reply-To.
 class ContentDescriptionFieldImpl
          Represents a Content-Description field.
 class ContentDispositionFieldImpl
          Represents a Content-Disposition field.
 class ContentDispositionFieldLenientImpl
          Represents a Content-Disposition field.
 class ContentIdFieldImpl
          Represents a Content-Transfer-Encoding field.
 class ContentLanguageFieldImpl
          Represents a Content-Transfer-Encoding field.
 class ContentLanguageFieldLenientImpl
          Represents a Content-Transfer-Encoding field.
 class ContentLengthFieldImpl
          Represents a Content-Length field.
 class ContentLocationFieldImpl
          Represents a Content-Location field.
 class ContentLocationFieldLenientImpl
          Represents a Content-Location field.
 class ContentMD5FieldImpl
          Represents a Content-MD5 field.
 class ContentTransferEncodingFieldImpl
          Represents a Content-Transfer-Encoding field.
 class ContentTypeFieldImpl
          Represents a Content-Type field.
 class ContentTypeFieldLenientImpl
          Represents a Content-Type field.
 class DateTimeFieldImpl
          Date-time field such as Date or Resent-Date.
 class DateTimeFieldLenientImpl
          Date-time field such as Date or Resent-Date.
 class MailboxFieldImpl
          Mailbox field such as Sender or Resent-Sender.
 class MailboxFieldLenientImpl
          Mailbox field such as Sender or Resent-Sender.
 class MailboxListFieldImpl
          Mailbox-list field such as From or Resent-From.
 class MailboxListFieldLenientImpl
          Mailbox-list field such as From or Resent-From.
 class MimeVersionFieldImpl
          Represents a MIME-Version field.
 class MimeVersionFieldLenientImpl
          Represents a MIME-Version field.
 class UnstructuredFieldImpl
          Simple unstructured field such as Subject.
 

Methods in org.apache.james.mime4j.field that return ParsedField
static ParsedField DefaultFieldParser.parse(ByteSequence raw, DecodeMonitor monitor)
          Parses the given byte sequence and returns an instance of the ParsedField class.
static ParsedField LenientFieldParser.parse(ByteSequence raw, DecodeMonitor monitor)
          Parses the given byte sequence and returns an instance of the ParsedField class.
 ParsedField DelegatingFieldParser.parse(Field rawField, DecodeMonitor monitor)
           
static ParsedField DefaultFieldParser.parse(java.lang.String rawStr)
           
static ParsedField LenientFieldParser.parse(java.lang.String rawStr)
          Parses the given string and returns an instance of the ParsedField class.
static ParsedField DefaultFieldParser.parse(java.lang.String rawStr, DecodeMonitor monitor)
          Parses the given string and returns an instance of the ParsedField class.
static ParsedField LenientFieldParser.parse(java.lang.String rawStr, DecodeMonitor monitor)
          Parses the given string and returns an instance of the Field class.
 

Methods in org.apache.james.mime4j.field that return types with arguments of type ParsedField
static FieldParser<ParsedField> DefaultFieldParser.getParser()
          Gets the default instance of this class.
static FieldParser<ParsedField> LenientFieldParser.getParser()
          Gets the default instance of this class.
 FieldParser<? extends ParsedField> DelegatingFieldParser.getParser(java.lang.String name)
           
 

Method parameters in org.apache.james.mime4j.field with type arguments of type ParsedField
 void DelegatingFieldParser.setFieldParser(java.lang.String name, FieldParser<? extends ParsedField> parser)
          Sets the parser used for the field named name.
 

Constructor parameters in org.apache.james.mime4j.field with type arguments of type ParsedField
DelegatingFieldParser(FieldParser<? extends ParsedField> defaultParser)
           
 

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

Methods in org.apache.james.mime4j.message that return ParsedField
protected abstract  ParsedField AbstractMessage.newMessageId(java.lang.String hostname)
           
 

Method parameters in org.apache.james.mime4j.message with type arguments of type ParsedField
 void DefaultMessageBuilder.setFieldParser(FieldParser<? extends ParsedField> fieldParser)
           
 

Constructor parameters in org.apache.james.mime4j.message with type arguments of type ParsedField
DefaultBodyDescriptorBuilder(java.lang.String parentMimeType, FieldParser<? extends ParsedField> fieldParser, DecodeMonitor monitor)
          Creates a new BodyDescriptor instance.
SimpleContentHandler(FieldParser<? extends ParsedField> fieldParser, DecodeMonitor monitor)
           
 



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