public class ApiProxyLocalFactory
extends java.lang.Object
ApiProxy.Delegate
object configured to use local
services.Constructor and Description |
---|
ApiProxyLocalFactory() |
Modifier and Type | Method and Description |
---|---|
ApiProxyLocal |
create(com.google.appengine.tools.development.LocalServerEnvironment localServerEnvironment)
Creates a new local proxy.
|
ApiProxyLocal |
create(com.google.appengine.tools.development.LocalServerEnvironment localServerEnvironment,
java.util.Set<java.lang.String> apisUsingPythonStubs,
java.lang.String applicationName)
Creates a new local proxy that delegates some calls to a Python API server.
|
public ApiProxyLocal create(com.google.appengine.tools.development.LocalServerEnvironment localServerEnvironment)
localServerEnvironment
- the local server envpublic ApiProxyLocal create(com.google.appengine.tools.development.LocalServerEnvironment localServerEnvironment, java.util.Set<java.lang.String> apisUsingPythonStubs, java.lang.String applicationName)
localServerEnvironment
- the local server envapisUsingPythonStubs
- a list of API service names that should use Python stubs. All other
API services will use the Java implementationsapplicationName
- the application name to pass to the ApiServer binary