All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.jpattern.service.mail.NullMailService Maven / Gradle / Ivy

package com.jpattern.service.mail;

/**
 * 
 * @author Francesco Cina'
 *
 * 12/ago/2010
 */
public class NullMailService implements IMailService {

	/**
	 * 
	 */
	private static final long serialVersionUID = 1L;

	public String getName() {
		return "";
	}

	public IMailSender mailSender() {
		return new NullMailSender();
	}

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy