jBPM distribution 6.0.0-SNAPSHOT

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)
           
protected static URL getAttachemntURL(String attachment)
           
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

getAttachemntURL

protected static URL getAttachemntURL(String attachment)
                               throws MalformedURLException
Throws:
MalformedURLException

jBPM distribution 6.0.0-SNAPSHOT

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