com.openexchange.mail.text
Class HTMLProcessingInit

java.lang.Object
  extended by com.openexchange.mail.text.HTMLProcessingInit
All Implemented Interfaces:
com.openexchange.server.Initialization

public final class HTMLProcessingInit
extends java.lang.Object
implements com.openexchange.server.Initialization

HTMLProcessingInit - Initialization implementation for MessageUtility class

Author:
Thorben Betten

Method Summary
static HTMLProcessingInit getInstance()
           
 void start()
           
 void stop()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getInstance

public static HTMLProcessingInit getInstance()

start

public void start()
           throws MailException
Specified by:
start in interface com.openexchange.server.Initialization
Throws:
MailException

stop

public void stop()
Specified by:
stop in interface com.openexchange.server.Initialization