org.kaiwitte.workbench.mail
Class RecordMailerImpl

java.lang.Object
  extended by org.kaiwitte.workbench.mail.RecordMailerImpl
All Implemented Interfaces:
RecordMailer

public class RecordMailerImpl
extends java.lang.Object
implements RecordMailer


Constructor Summary
RecordMailerImpl()
           
 
Method Summary
 void mailRecord(MetaRecord metaRecord, UIConfig config, java.lang.String... templates)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RecordMailerImpl

public RecordMailerImpl()
Method Detail

mailRecord

public void mailRecord(MetaRecord metaRecord,
                       UIConfig config,
                       java.lang.String... templates)
                throws java.io.IOException
Specified by:
mailRecord in interface RecordMailer
Throws:
java.io.IOException