org.ow2.petals.bc.mail.service.provide
Class SuSendService

java.lang.Object
  extended by org.ow2.petals.bc.mail.service.provide.AbstractSendService
      extended by org.ow2.petals.bc.mail.service.provide.SuSendService

public class SuSendService
extends AbstractSendService


Field Summary
 
Fields inherited from class org.ow2.petals.bc.mail.service.provide.AbstractSendService
logger, mailSessionManager, mimeMessageManager
 
Constructor Summary
SuSendService(MailSessionManager mailSessionManager, MimeMessageManager mimeMessageManager, java.util.logging.Logger logger, org.ow2.petals.component.framework.api.configuration.ConfigurationExtensions extensions)
           
 
Method Summary
 void sendMail(org.ow2.petals.component.framework.api.message.Exchange exchange)
          Standard service : send the jbi message content as an email
the email address and subject are defined in the service unit
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SuSendService

public SuSendService(MailSessionManager mailSessionManager,
                     MimeMessageManager mimeMessageManager,
                     java.util.logging.Logger logger,
                     org.ow2.petals.component.framework.api.configuration.ConfigurationExtensions extensions)
Method Detail

sendMail

public void sendMail(org.ow2.petals.component.framework.api.message.Exchange exchange)
              throws javax.jbi.messaging.MessagingException,
                     MissingElementException
Standard service : send the jbi message content as an email
the email address and subject are defined in the service unit

Specified by:
sendMail in class AbstractSendService
Parameters:
exchange -
Throws:
javax.jbi.JBIException
javax.jbi.messaging.MessagingException
MissingElementException


Copyright © 2005-2011 Petals Link (EBM Websourcing). All Rights Reserved.