Uses of Class
org.ow2.petals.bc.mail.MissingElementException

Packages that use MissingElementException
org.ow2.petals.bc.mail   
org.ow2.petals.bc.mail.service.provide   
 

Uses of MissingElementException in org.ow2.petals.bc.mail
 

Methods in org.ow2.petals.bc.mail that throw MissingElementException
static ProvideDescriptor MailUtil.build(org.ow2.petals.component.framework.api.configuration.ConfigurationExtensions extensions)
          Extract mail session properties from the service unit for Provide node
static ConsumeDescriptor MailUtil.buildConsumeDescriptor(org.ow2.petals.component.framework.api.configuration.ConfigurationExtensions extensions)
          Extract mail session properties from the service unit for Consume node
static ProvideDescriptor MailUtil.buildFromPayload(org.w3c.dom.Node node)
          Build a descriptor by extracting all information from the associated JBI message payload.
static ProvideDescriptor MailUtil.buildFromProperties(org.ow2.petals.component.framework.api.message.Exchange exchange, org.w3c.dom.Node node)
          Retrieve mail session properties from Normalized message properties.
protected static void MailUtil.checkProperties(ConsumeDescriptor consumeDescriptor)
          Check the properties extracted from the address URI.
protected static void MailUtil.checkProperties(ProvideDescriptor provideDescriptor)
          Check the properties extracted from the address URI.
static java.lang.String MailUtil.extractMailBodyFromPayload(org.w3c.dom.Node node)
           
 javax.mail.internet.MimeMessage MimeMessageManager.mapNormalizedMessageToMimeMessage(javax.mail.Session session, ProvideDescriptor provideDescriptor, org.ow2.petals.component.framework.api.message.Exchange exchange, org.w3c.dom.Node rootNode)
          Create a MimeMessage from the given NormalizedMessage, including mail Session information.
 

Uses of MissingElementException in org.ow2.petals.bc.mail.service.provide
 

Methods in org.ow2.petals.bc.mail.service.provide that throw MissingElementException
 void SuSendService.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
abstract  void AbstractSendService.sendMail(org.ow2.petals.component.framework.api.message.Exchange exchange)
           
 void NativeSendService.sendMail(org.ow2.petals.component.framework.api.message.Exchange exchange)
          Sends mail by using component service
 



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