org.ferris.yahoo.finance.jmce.handler
Interface EmailAddressHandler

All Known Implementing Classes:
EmailAddressHandlerBySql

public interface EmailAddressHandler

Author:
Michael Remijan [mjremijan@yahoo.com]

Method Summary
 List<EmailAddress> getBcc()
           
 List<EmailAddress> getCc()
           
 EmailAddress getFrom()
           
 EmailAddress getReplyTo()
           
 List<EmailAddress> getTo()
           
 

Method Detail

getCc

List<EmailAddress> getCc()

getBcc

List<EmailAddress> getBcc()

getTo

List<EmailAddress> getTo()

getFrom

EmailAddress getFrom()

getReplyTo

EmailAddress getReplyTo()


Copyright © May 23, 2006-2012 The Ferris Foundation. All Rights Reserved.