Package de.xima.fc.e2e.shared
Class MailServerSettings
- java.lang.Object
 - 
- de.xima.fc.e2e.shared.MailServerSettings
 
 
- 
- All Implemented Interfaces:
 Serializable
public final class MailServerSettings extends Object implements Serializable
- See Also:
 - Serialized Form
 
 
- 
- 
Constructor Summary
Constructors Constructor Description MailServerSettings(SmtpServerSettings smtpSettings, ImapServerSettings imapSettings) 
- 
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ImapServerSettingsgetImapSettings()SmtpServerSettingsgetSmtpSettings() 
 - 
 
- 
- 
Constructor Detail
- 
MailServerSettings
public MailServerSettings(SmtpServerSettings smtpSettings, ImapServerSettings imapSettings)
 
 - 
 
- 
Method Detail
- 
getImapSettings
public ImapServerSettings getImapSettings()
 
- 
getSmtpSettings
public SmtpServerSettings getSmtpSettings()
 
 - 
 
 -