Chapter 2. Package org.kaiwitte.workbench.mail

Table of Contents

Interface MailCreator
Synopsis
Class MailCreatorImpl
Synopsis
Interface RecordMailer
Synopsis
Class RecordMailerImpl
Synopsis

Interface MailCreator

Synopsis

 public interface MailCreator {
  public String createMail(MetaRecord metaRecord,
                           UIConfig config,
                           java.lang.String[] templates)
    throws IOException;

}

Inheritance Path. org.kaiwitte.workbench.mail.MailCreator