Package net.sf.collabreview.core.mails

Examples of net.sf.collabreview.core.mails.MailManager


   *
   * @return the newly created MailManager
   * @throws Exception if creating the MailManager fails for some reason
   */
  public MailManager newMailManager() throws Exception {
    MailManager mailManager = ((MailManagerFactory) getFactory(get(configurationData, "mailManagerFactoryConfiguration"))).create();
    logger.debug("MailManager subsystem created by its factory");
    return mailManager;
  }
View Full Code Here

TOP

Related Classes of net.sf.collabreview.core.mails.MailManager

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.