Bases: JSONRPCHandler
JSONRPCHandler
Dumps result instance into a proper JSON-RPC response
Notifications are supported here, based on result’s is_notification member: return an empty string
Bases: XMLRPCHandler
XMLRPCHandler
Dumps result instance into a proper XML-RPC xml response
KiwiTCMSJsonRpcHandler
KiwiTCMSJsonRpcHandler.dumps_result()
KiwiTCMSJsonRpcHandler.escape_dict()
KiwiTCMSJsonRpcHandler.escape_list()
KiwiTCMSXmlRpcHandler
KiwiTCMSXmlRpcHandler.dumps_result()
KiwiTCMSXmlRpcHandler.escape_dict()
KiwiTCMSXmlRpcHandler.escape_list()