org.jbpm.pvm.internal.email.spi
Interface MailProducer

All Known Implementing Classes:
MailProducerImpl

public interface MailProducer

Pluggable control object for creating email messages from templates.

Author:
Brad Davis, Alejandro Guizar

Method Summary
 java.util.Collection<javax.mail.Message> produce(Execution execution)
           
 

Method Detail

produce

java.util.Collection<javax.mail.Message> produce(Execution execution)


Copyright © 2010 JBoss Community. All Rights Reserved.