Package com.google.appengine.api.mail
Interface IMailServiceFactory
public interface IMailServiceFactory
Factory for creating a
MailService
.-
Method Summary
-
Method Details
-
getMailService
MailService getMailService()Returns an implementation of theMailService
.- Returns:
- a mail service implementation.
-