Table of Contents
public interface MailCreator { public String createMail(MetaRecord metaRecord, UIConfig config, java.lang.String[] templates) throws IOException;}
public String createMail(MetaRecord metaRecord, UIConfig config, java.lang.String[] templates) throws IOException;
Inheritance Path. org.kaiwitte.workbench.mail.MailCreator