You can also browse the complete source file or the generated documentation.
class JSONRPCServlet(HTTPContent): def __init__(self) def respondToGet(self, transaction) def defaultAction(self) def actions(self) def exposedMethods(self) def writeError(self, msg) def writeResult(self, data) def jsonCall(self)