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

org.fax4j.spi.email.MailConnectionFactory Maven / Gradle / Ivy

package org.fax4j.spi.email;

import org.fax4j.util.ConnectionFactory;

/**
 * This class defines the mail connection factory.
 * 
 * @author 	Sagie Gur-Ari
 * @version 1.0
 * @since	0.39a
 */
public interface MailConnectionFactory extends ConnectionFactory
{
	//empty (everything defined in parent interfaces)
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy