public class MailSenderCreator extends AbstractServiceConnectorCreator<MailSender,SmtpServiceInfo>
Constructor and Description |
---|
MailSenderCreator() |
Modifier and Type | Method and Description |
---|---|
MailSender |
create(SmtpServiceInfo serviceInfo,
ServiceConnectorConfig config)
Create service for the given service info and configured with the given
configuration
|
getServiceConnectorType, getServiceInfoType
public MailSender create(SmtpServiceInfo serviceInfo, ServiceConnectorConfig config)
ServiceConnectorCreator