Package com.google.appengine.api.mail
Class MailServiceFactory
- java.lang.Object
-
- com.google.appengine.api.mail.MailServiceFactory
-
public class MailServiceFactory extends Object
Factory for creating aMailService
.
-
-
Constructor Summary
Constructors Constructor Description MailServiceFactory()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static MailService
getMailService()
Returns an implementation of theMailService
.
-
-
-
Method Detail
-
getMailService
public static MailService getMailService()
Returns an implementation of theMailService
.- Returns:
- a mail service implementation.
-
-