App Engine Python SDK  v1.6.9 rev.445
The Python runtime is available as an experimental Preview feature.
Public Member Functions | Public Attributes | Static Public Attributes | List of all members
google.appengine.api.xmpp.xmpp_service_stub.XmppServiceStub Class Reference
Inheritance diagram for google.appengine.api.xmpp.xmpp_service_stub.XmppServiceStub:
google.appengine.api.apiproxy_stub.APIProxyStub

Public Member Functions

def __init__
 
- Public Member Functions inherited from google.appengine.api.apiproxy_stub.APIProxyStub
def __init__
 
def CreateRPC
 
def MakeSyncCall
 
def SetError
 

Public Attributes

 log
 
- Public Attributes inherited from google.appengine.api.apiproxy_stub.APIProxyStub
 request_data
 

Static Public Attributes

 THREADSAFE = True
 
- Static Public Attributes inherited from google.appengine.api.apiproxy_stub.APIProxyStub
 THREADSAFE = False
 

Detailed Description

Python only xmpp service stub.

This stub does not use an XMPP network. It prints messages to the console
instead of sending any stanzas.

Constructor & Destructor Documentation

def google.appengine.api.xmpp.xmpp_service_stub.XmppServiceStub.__init__ (   self,
  log = logging.info,
  service_name = 'xmpp' 
)
Initializer.

Args:
  log: A logger, used for dependency injection.
  service_name: Service name expected for all calls.

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