Class RecordMailerImpl

Synopsis

 public class RecordMailerImplimplements RecordMailer {
  public RecordMailerImpl();
  public void mailRecord(MetaRecord metaRecord,
                         UIConfig config,
                         java.lang.String[] templates)
    throws IOException;

}

Methods inherited from java.lang.Object: clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait

Inheritance Path. java.lang.Object-> org.kaiwitte.workbench.mail.RecordMailerImpl