Uses of Interface
org.ploin.pmf.IMailSender

Packages that use IMailSender
org.ploin.pmf In this package contains the interfaces. 
org.ploin.pmf.impl This package contains the interface implementations. 
 

Uses of IMailSender in org.ploin.pmf
 

Methods in org.ploin.pmf that return IMailSender
 IMailSender IMailFactory.getMailSender()
          Returns the IMailSender
 

Methods in org.ploin.pmf with parameters of type IMailSender
 void IMailFactory.setMailSender(IMailSender mailSender)
          Set the IMailSender
 

Uses of IMailSender in org.ploin.pmf.impl
 

Classes in org.ploin.pmf.impl that implement IMailSender
 class MailSender
          Description: Implementation of the IMailSender interface.
 

Methods in org.ploin.pmf.impl that return IMailSender
 IMailSender MailFactory.getMailSender()
           
 

Methods in org.ploin.pmf.impl with parameters of type IMailSender
 void MailFactory.setMailSender(IMailSender mailSender)
           
 

Constructors in org.ploin.pmf.impl with parameters of type IMailSender
SecondThreadSending(IMailSender mailSender, IPropertiesLoader propertiesLoader, MailConfig mailConfig, TemplateConfig templateConfig, Map<String,String> map, String plainReplaced, String htmlReplaced)
           
 



Copyright © 2012 PLOIN GmbH. All Rights Reserved.