Class BackendServiceFactory
java.lang.Object
com.google.appengine.api.backends.BackendServiceFactory
Factory for getting the Backends API implementation for the current
environment.
-
Method Summary
Modifier and TypeMethodDescriptionstatic BackendService
Gets a handle to the backends API for the current running environment.
-
Method Details
-
getBackendService
Gets a handle to the backends API for the current running environment.- Returns:
- An implementation of the backends API.
-