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.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.lang.String applicationName)
localServerEnvironment - the local server envapplicationName - the application name to pass to the ApiServer binary