Wraps a supplied service with extra functionality.
|
__init__(self,
service,
description=None,
authenticator=None,
expose_request=None,
preprocessor=None)
x.__init__(...) initializes x; see x.__class__.__doc__ for signature |
source code
|
|
|
|
|
|
mixed
|
|
|
getMethods(self)
Gets a dict of valid method callables for the underlying
service object. |
source code
|
|
|
getAuthenticator(self,
service_request=None) |
source code
|
|
|
mustExposeRequest(self,
service_request=None) |
source code
|
|
|
getPreprocessor(self,
service_request=None) |
source code
|
|
Inherited from object :
__delattr__ ,
__getattribute__ ,
__hash__ ,
__new__ ,
__reduce__ ,
__reduce_ex__ ,
__repr__ ,
__setattr__ ,
__str__
|