package org.agnitas.beans.factory; import org.agnitas.stat.MailingStat; public interface MailingStatFactory { public MailingStat newMailingStat(); }