Class BackendServiceFactory

java.lang.Object
com.google.appengine.api.backends.BackendServiceFactory

public class BackendServiceFactory extends Object
Factory for getting the Backends API implementation for the current environment.
  • Method Details

    • getBackendService

      public static BackendService getBackendService()
      Gets a handle to the backends API for the current running environment.
      Returns:
      An implementation of the backends API.