Uses of Interface
ninja.postoffice.Mail

Packages that use Mail
ninja.postoffice   
ninja.postoffice.common   
ninja.postoffice.commonsmail   
ninja.postoffice.mock   
 

Uses of Mail in ninja.postoffice
 

Methods in ninja.postoffice with parameters of type Mail
 void Postoffice.send(Mail mail)
           
 

Uses of Mail in ninja.postoffice.common
 

Classes in ninja.postoffice.common that implement Mail
 class MailImpl
          Simple implementation of Mail.
 

Uses of Mail in ninja.postoffice.commonsmail
 

Methods in ninja.postoffice.commonsmail with parameters of type Mail
 org.apache.commons.mail.MultiPartEmail CommonsmailHelperImpl.createMultiPartEmailWithContent(Mail mail)
          Creates a MultiPartEmail.
 org.apache.commons.mail.MultiPartEmail CommonsmailHelper.createMultiPartEmailWithContent(Mail mail)
          Creates a MultiPartEmail.
 void CommonsmailHelperImpl.doPopulateMultipartMailWithContent(org.apache.commons.mail.MultiPartEmail multiPartEmail, Mail mail)
           
 void CommonsmailHelper.doPopulateMultipartMailWithContent(org.apache.commons.mail.MultiPartEmail multiPartEmail, Mail mail)
           
 void PostofficeCommonsmailImpl.send(Mail mail)
           
 

Uses of Mail in ninja.postoffice.mock
 

Methods in ninja.postoffice.mock that return Mail
 Mail PostofficeMockImpl.getLastSentMail()
           
 

Methods in ninja.postoffice.mock with parameters of type Mail
 void PostofficeMockImpl.send(Mail mail)
           
 



Copyright © 2012. All Rights Reserved.