Package com.google.appengine.api.mail
Interface IMailServiceFactory
-
public interface IMailServiceFactoryFactory for creating aMailService.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description MailServicegetMailService()Returns an implementation of theMailService.
-
-
-
Method Detail
-
getMailService
MailService getMailService()
Returns an implementation of theMailService.- Returns:
- a mail service implementation.
-
-