xmlBlaster 2.2.0 API

Uses of Class
org.xmlBlaster.util.protocol.email.SmtpClient

Packages that use SmtpClient
org.xmlBlaster.engine The core implementation. 
org.xmlBlaster.engine.event   
org.xmlBlaster.util.protocol.email   
 

Uses of SmtpClient in org.xmlBlaster.engine
 

Fields in org.xmlBlaster.engine declared as SmtpClient
protected  SmtpClient EventPlugin.smtpClient
           
 

Methods in org.xmlBlaster.engine that return SmtpClient
 SmtpClient EventPlugin.getSmtpClient()
          TODO: Put into engine.Global and util.Global (see EmailExecutor.java)
 

Uses of SmtpClient in org.xmlBlaster.engine.event
 

Fields in org.xmlBlaster.engine.event declared as SmtpClient
private  SmtpClient SmtpDestinationHelper.smtpClient
           
 

Methods in org.xmlBlaster.engine.event that return SmtpClient
 SmtpClient SmtpDestinationHelper.getSmtpClient()
           
 

Constructors in org.xmlBlaster.engine.event with parameters of type SmtpClient
SmtpDestinationHelper(EventPlugin eventPlugin, SmtpClient smtpClient, java.lang.String destination)
           
 

Uses of SmtpClient in org.xmlBlaster.util.protocol.email
 

Fields in org.xmlBlaster.util.protocol.email declared as SmtpClient
protected  SmtpClient EmailExecutor.smtpClient
           
private  SmtpClient SmtpClient.AsyncSender.smtpClient
           
 

Methods in org.xmlBlaster.util.protocol.email that return SmtpClient
 SmtpClient EmailExecutor.getSmtpClient()
          TODO: Put into engine.Global and util.Global (see EventPlugin.java)
static SmtpClient SmtpClient.getSmtpClient(Global glob, I_PluginConfig pluginConfig)
          The SmtpClient is a singleton in the Global scope.
 

Constructors in org.xmlBlaster.util.protocol.email with parameters of type SmtpClient
SmtpClient.AsyncSender(SmtpClient smtpClient, java.util.concurrent.BlockingQueue<EmailData> q, java.lang.String messageIdFileName)
           
 


xmlBlaster 2.2.0 API

Copyright © 1999-2014 The xmlBlaster.org contributers.