org.kaiwitte.workbench.mail
Class MailCreatorImpl

java.lang.Object
  extended by org.kaiwitte.workbench.mail.MailCreatorImpl
All Implemented Interfaces:
MailCreator

public class MailCreatorImpl
extends java.lang.Object
implements MailCreator


Constructor Summary
MailCreatorImpl()
           
 
Method Summary
 java.lang.String[][] createMail(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

MailCreatorImpl

public MailCreatorImpl()
Method Detail

createMail

public java.lang.String[][] createMail(MetaRecord metaRecord,
                                       UIConfig config,
                                       java.lang.String... templates)
                                throws java.io.IOException
Specified by:
createMail in interface MailCreator
Throws:
java.io.IOException