liusong - 2005-06-14

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!