App Engine Python SDK  v1.6.9 rev.445
The Python runtime is available as an experimental Preview feature.
Public Member Functions | List of all members
google.appengine.ext.remote_api.remote_api_stub.RemoteStub Class Reference
Inheritance diagram for google.appengine.ext.remote_api.remote_api_stub.RemoteStub:
google.appengine.ext.remote_api.remote_api_stub.RemoteDatastoreStub

Public Member Functions

def __init__
 
def MakeSyncCall
 
def CreateRPC
 

Detailed Description

A stub for calling services on a remote server over HTTP.

You can use this to stub out any service that the remote server supports.

Constructor & Destructor Documentation

def google.appengine.ext.remote_api.remote_api_stub.RemoteStub.__init__ (   self,
  server,
  path,
  _test_stub_map = None 
)
Constructs a new RemoteStub that communicates with the specified server.

Args:
  server: An instance of a subclass of
google.appengine.tools.appengine_rpc.AbstractRpcServer.
  path: The path to the handler this stub should send requests to.

The documentation for this class was generated from the following file: