Package cronapp.framework.mailer
Class MailerOptions
- java.lang.Object
-
- cronapp.framework.mailer.MailerOptions
-
- All Implemented Interfaces:
org.springframework.beans.factory.InitializingBean
@Component public class MailerOptions extends Object implements org.springframework.beans.factory.InitializingBean
-
-
Constructor Summary
Constructors Constructor Description MailerOptions(CronappSettingsService settingsService)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidafterPropertiesSet()booleangetAuth()IntegergetBatchSize()StringgetHost()StringgetPassword()intgetPort()StringgetProtocol()StringgetSchedulerExpression()StringgetStorageName()StringgetStoragePath()booleangetTls()StringgetUserName()
-
-
-
Constructor Detail
-
MailerOptions
public MailerOptions(CronappSettingsService settingsService)
-
-
Method Detail
-
afterPropertiesSet
public void afterPropertiesSet() throws Exception- Specified by:
afterPropertiesSetin interfaceorg.springframework.beans.factory.InitializingBean- Throws:
Exception
-
getHost
public String getHost()
-
getUserName
public String getUserName()
-
getPassword
public String getPassword()
-
getProtocol
public String getProtocol()
-
getPort
public int getPort()
-
getAuth
public boolean getAuth()
-
getTls
public boolean getTls()
-
getStorageName
public String getStorageName()
-
getStoragePath
public String getStoragePath()
-
getSchedulerExpression
public String getSchedulerExpression()
-
getBatchSize
public Integer getBatchSize()
-
-