public class MailCreatorImplimplements MailCreator {public MailCreatorImpl();
public String createMail(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.MailCreatorImpl