In the config file I give a list of the methods I would like to add. So in my program I must define a function which first read the file to get the methods list and then register them to the server. But How can I define subclass of XmlRpcServerMethod dynamically within the function? Is there any other direct way to register a method instead of defining a subclass of XmlRpcServerMethod?
Thanks!
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
In the config file I give a list of the methods I would like to add. So in my program I must define a function which first read the file to get the methods list and then register them to the server. But How can I define subclass of XmlRpcServerMethod dynamically within the function? Is there any other direct way to register a method instead of defining a subclass of XmlRpcServerMethod?
Thanks!