Java 8 has reached end of support
and will be
deprecated
on January 31, 2026. After deprecation, you won't be able to deploy Java 8
applications, even if your organization previously used an organization policy to
re-enable deployments of legacy runtimes. Your existing Java
8 applications will continue to run and receive traffic after their
deprecation date. We recommend that
you
migrate to the latest supported version of Java.
IMailServiceFactoryProvider (Google App Engine API for Java)
Stay organized with collections
Save and categorize content based on your preferences.
- java.lang.Object
-
- <any>
-
- com.google.appengine.api.mail.IMailServiceFactoryProvider
-
public final class IMailServiceFactoryProvider
extends <any>
-
-
Method Summary
-
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
-
Constructor Detail
-
IMailServiceFactoryProvider
public IMailServiceFactoryProvider()
Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2025-06-16 UTC.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-06-16 UTC."],[[["\u003cp\u003e\u003ccode\u003eIMailServiceFactoryProvider\u003c/code\u003e is a factory provider for \u003ccode\u003eIMailServiceFactory\u003c/code\u003e.\u003c/p\u003e\n"],["\u003cp\u003eThis class is not intended for end users.\u003c/p\u003e\n"],["\u003cp\u003eIt extends an unspecified base class, represented by \u003ccode\u003e<any>\u003c/code\u003e.\u003c/p\u003e\n"],["\u003cp\u003eIt provides a default constructor \u003ccode\u003eIMailServiceFactoryProvider()\u003c/code\u003e.\u003c/p\u003e\n"],["\u003cp\u003eIt inherits several methods from \u003ccode\u003ejava.lang.Object\u003c/code\u003e, including \u003ccode\u003eequals\u003c/code\u003e, \u003ccode\u003egetClass\u003c/code\u003e, and \u003ccode\u003ehashCode\u003c/code\u003e.\u003c/p\u003e\n"]]],[],null,["# IMailServiceFactoryProvider (Google App Engine API for Java)\n\ncom.google.appengine.api.mail\n\nClass IMailServiceFactoryProvider\n---------------------------------\n\n- java.lang.Object\n-\n - \\\u003cany\\\u003e\n -\n - com.google.appengine.api.mail.IMailServiceFactoryProvider\n\n-\n\n *** ** * ** ***\n\n \u003cbr /\u003e\n\n ```\n public final class IMailServiceFactoryProvider\n extends \u003cany\u003e\n ``` \n Factory provider for [`IMailServiceFactory`](../../../../../com/google/appengine/api/mail/IMailServiceFactory.html \"interface in com.google.appengine.api.mail\").\n\n**Note:** This class is not intended for end users. \n-\n -\n\n ### Constructor Summary\n\n \u003c!-- --\u003e\n\n -\n\n ### Method Summary\n\n -\n\n ### Methods inherited from class java.lang.Object\n\n`equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait` \n-\n -\n\n ### Constructor Detail\n\n\n -\n\n #### IMailServiceFactoryProvider\n\n ```\n public IMailServiceFactoryProvider()\n ```"]]