com.google.appengine.tools.development
Class ApiProxyLocalFactory

java.lang.Object
  extended by com.google.appengine.tools.development.ApiProxyLocalFactory

public class ApiProxyLocalFactory
extends java.lang.Object

Factory class for an ApiProxy.Delegate object configured to use local services.


Constructor Summary
ApiProxyLocalFactory()
           
 
Method Summary
 ApiProxyLocal create(com.google.appengine.tools.development.LocalServerEnvironment localServerEnvironment)
          Creates a new local proxy.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ApiProxyLocalFactory

public ApiProxyLocalFactory()
Method Detail

create

public ApiProxyLocal create(com.google.appengine.tools.development.LocalServerEnvironment localServerEnvironment)
Creates a new local proxy.

Parameters:
localServerEnvironment - the local server env
Returns:
a new local proxy object