Uses of Class
org.ow2.petals.bc.mail.service.consume.ConsumeDescriptor

Packages that use ConsumeDescriptor
org.ow2.petals.bc.mail   
org.ow2.petals.bc.mail.service.consume   
 

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

Methods in org.ow2.petals.bc.mail that return ConsumeDescriptor
static ConsumeDescriptor MailUtil.buildConsumeDescriptor(org.ow2.petals.component.framework.api.configuration.ConfigurationExtensions extensions)
          Extract mail session properties from the service unit for Consume node
 

Methods in org.ow2.petals.bc.mail with parameters of type ConsumeDescriptor
protected static void MailUtil.checkProperties(ConsumeDescriptor consumeDescriptor)
          Check the properties extracted from the address URI.
 javax.mail.Session MailSessionManager.createSessionPropertiesFromDescriptor(ConsumeDescriptor consumeDescriptor)
          Create a Properties object with given properties.
 javax.mail.Folder MailSessionManager.getFolderAndOpen(javax.mail.Store store, ConsumeDescriptor consumeDescriptor)
          Retrieve a specified Folder from the given Store and open it.
 javax.mail.Store MailSessionManager.getStoreAndConnect(javax.mail.Session session, ConsumeDescriptor consumeDescriptor)
          Retrieve a Store from the given Session.
 

Uses of ConsumeDescriptor in org.ow2.petals.bc.mail.service.consume
 

Fields in org.ow2.petals.bc.mail.service.consume declared as ConsumeDescriptor
protected  ConsumeDescriptor ExternalEventPoller.consumeDescriptor
           
 

Constructors in org.ow2.petals.bc.mail.service.consume with parameters of type ConsumeDescriptor
ExternalEventPoller(java.util.logging.Logger log, ExternalListener externalListener, org.ow2.petals.component.framework.jbidescriptor.generated.Consumes consumes, ConsumeDescriptor consumeDescriptor, MailSessionManager mailSessionManager)
          Instantiate a ExternalEventPoller for a specific address
 



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