org.apache.james.mime4j.dom.field
Interface AddressListField

All Superinterfaces:
Field, ParsedField
All Known Implementing Classes:
AddressListFieldImpl, AddressListFieldLenientImpl

public interface AddressListField
extends ParsedField


Method Summary
 AddressList getAddressList()
           
 
Methods inherited from interface org.apache.james.mime4j.dom.field.ParsedField
getParseException, isValidField
 
Methods inherited from interface org.apache.james.mime4j.stream.Field
getBody, getName, getRaw
 

Method Detail

getAddressList

AddressList getAddressList()


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