com.googlecode.jpattern.service.mail
Class NullMailSender

java.lang.Object
  extended by com.googlecode.jpattern.service.mail.NullMailSender
All Implemented Interfaces:
IMailSender, Serializable

public class NullMailSender
extends Object
implements IMailSender

Author:
Francesco Cina' 12/ago/2010
See Also:
Serialized Form

Constructor Summary
NullMailSender()
           
 
Method Summary
 void recipients(MailRecipients aRecipients)
           
 boolean send(TransportMailMessage aMessage)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

NullMailSender

public NullMailSender()
Method Detail

recipients

public void recipients(MailRecipients aRecipients)
Specified by:
recipients in interface IMailSender

send

public boolean send(TransportMailMessage aMessage)
Specified by:
send in interface IMailSender


Copyright © 2011. All Rights Reserved.