This class subclasses the Python dict object and is used
in exactly the same way. A few additional methods are provided. This
class is used internally and is not needed by an implementation using
AjaxStub.
- __init__(self, klass=None)
- If used with a class
pass the instance of the class to the constructor otherwise do not
pass anything.
- getClassInstance(self)
- Returns the class instance or
None if your public API is not in a class.
- getMethodObject(self, methodName)
- Returns the method
object of the named stub.
- getCGIMethod(self, methodName)
- Returns the CGI method
used for the named stub.
Carl J. Nobile
2007-08-02