Package zephir :: Package backend :: Module xmlrpceole :: Class XMLRPCEole
[frames] | no frames]

Class XMLRPCEole

source code

twisted.web.resource.Resource --+    
                                |    
        twisted.web.xmlrpc.XMLRPC --+
                                    |
                                   XMLRPCEole

Nested Classes

Inherited from twisted.web.resource.Resource: entityType

Instance Methods
 
__init__(self)
Initialize.
source code
 
load_groupes(self) source code
 
render(self, request)
examine la requête transmise par le client et apelle la procédure correspondante si ses autorisations sont suffisantes
source code
 
ebRender(self, ex, request)
errback intermédiaire pour catcher les ressources non autorisées
source code

Inherited from twisted.web.xmlrpc.XMLRPC: getSubHandler, getSubHandlerPrefixes, putSubHandler

Inherited from twisted.web.resource.Resource: delEntity, getChild, getChildForRequest, getChildWithDefault, getDynamicEntity, getStaticEntity, listDynamicEntities, listDynamicNames, listEntities, listNames, listStaticEntities, listStaticNames, putChild, reallyPutEntity, render_HEAD

Class Variables

Inherited from twisted.web.xmlrpc.XMLRPC: FAILURE, NOT_FOUND, isLeaf, separator

Inherited from twisted.web.resource.Resource: server

Method Details

__init__(self)
(Constructor)

source code 
Initialize.
Overrides: twisted.web.xmlrpc.XMLRPC.__init__

render(self, request)

source code 
examine la requête transmise par le client et apelle la procédure correspondante si ses autorisations sont suffisantes
Overrides: twisted.web.xmlrpc.XMLRPC.render