Package com.google.appengine.api.mail
Class MailServiceFactory
java.lang.Object
com.google.appengine.api.mail.MailServiceFactory
Factory for creating a
MailService
.-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic MailService
Returns an implementation of theMailService
.
-
Constructor Details
-
MailServiceFactory
public MailServiceFactory()
-
-
Method Details
-
getMailService
Returns an implementation of theMailService
.- Returns:
- a mail service implementation.
-