The method handle_response() is used to send the response back in a XMLRPC handler once all processing is done. This name is rather confusing as all other methods with "handle" in the name are callbacks. Perhaps "send_response()" would be better.