Uses of Class
org.apache.james.postage.configuration.MailSender

Packages that use MailSender
org.apache.james.postage.client   
org.apache.james.postage.configuration   
org.apache.james.postage.mail   
 

Uses of MailSender in org.apache.james.postage.client
 

Constructors in org.apache.james.postage.client with parameters of type MailSender
SMTPClient(java.lang.String host, int port, UserList internalUsers, UserList externalUsers, PostageRunnerResult results, MailSender mailSender)
           
 

Uses of MailSender in org.apache.james.postage.configuration
 

Methods in org.apache.james.postage.configuration with parameters of type MailSender
 void SendProfile.addMailSender(MailSender mailSender)
           
 

Uses of MailSender in org.apache.james.postage.mail
 

Methods in org.apache.james.postage.mail with parameters of type MailSender
 javax.mail.Message MailFactory.createMail(javax.mail.Session mailSession, MailSender mailSender, MailProcessingRecord mailProcessingRecord)
           
 javax.mail.Message AbstractMailFactory.createMail(javax.mail.Session mailSession, MailSender mailSender, MailProcessingRecord mailProcessingRecord)
          generates a mail containing data common to all test mails: postage headers,
protected  void DefaultMailFactory.populateMessage(javax.mail.internet.MimeMessage message, MailSender mailSender, MailProcessingRecord mailProcessingRecord)
           
protected abstract  void AbstractMailFactory.populateMessage(javax.mail.internet.MimeMessage message, MailSender mailSender, MailProcessingRecord mailProcessingRecord)
          here, the test case specific data must be added to the message.
 



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