org.apache.james.postage.mail
Interface MailFactory

All Known Implementing Classes:
DefaultMailFactory

public interface MailFactory

creates one email for the requested sender profile


Method Summary
 javax.mail.Message createMail(javax.mail.Session mailSession, MailSender mailSender, MailProcessingRecord mailProcessingRecord)
           
 

Method Detail

createMail

javax.mail.Message createMail(javax.mail.Session mailSession,
                              MailSender mailSender,
                              MailProcessingRecord mailProcessingRecord)


Copyright © 2006-2007 The Apache Software Foundation. All Rights Reserved.