package org.agnitas.beans.factory; import org.agnitas.beans.Recipient; public interface RecipientFactory { public Recipient newRecipient(); }