org.ow2.petals.bc.mail.service.provide
Class AbstractSendService
java.lang.Object
org.ow2.petals.bc.mail.service.provide.AbstractSendService
- Direct Known Subclasses:
- NativeSendService, SuSendService
public abstract class AbstractSendService
- extends java.lang.Object
|
Method Summary |
abstract void |
sendMail(org.ow2.petals.component.framework.api.message.Exchange exchange)
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
mailSessionManager
protected final MailSessionManager mailSessionManager
mimeMessageManager
protected final MimeMessageManager mimeMessageManager
logger
protected final java.util.logging.Logger logger
AbstractSendService
public AbstractSendService(MailSessionManager mailSessionManager,
MimeMessageManager mimeMessageManager,
java.util.logging.Logger logger)
sendMail
public abstract void sendMail(org.ow2.petals.component.framework.api.message.Exchange exchange)
throws javax.jbi.messaging.MessagingException,
MissingElementException
- Throws:
javax.jbi.messaging.MessagingException
MissingElementException
Copyright © 2005-2011 Petals Link (EBM Websourcing). All Rights Reserved.