org.jbpm.process.workitem.email
Class SendHtml

java.lang.Object
  extended by org.jbpm.process.workitem.email.SendHtml

public class SendHtml
extends Object


Constructor Summary
SendHtml()
           
 
Method Summary
static void collect(String body, javax.mail.Message msg)
           
static void sendHtml(Email email)
           
static void sendHtml(Email email, Connection connection)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SendHtml

public SendHtml()
Method Detail

sendHtml

public static void sendHtml(Email email)

sendHtml

public static void sendHtml(Email email,
                            Connection connection)

collect

public static void collect(String body,
                           javax.mail.Message msg)
                    throws javax.mail.MessagingException,
                           IOException
Throws:
javax.mail.MessagingException
IOException


Copyright © 2001-2012 JBoss by Red Hat. All Rights Reserved.