From the examples is not clear (to me) if is possible to have a class registering more than 1 method nad how to do that.
Yes, each method you register will be a subclass of XmlRpcServerMethod. The HelloServer example registers a number of different methods.
Log in to post a comment.
From the examples is not clear (to me)
if is possible to have a class registering more
than 1 method nad how to do that.
Yes, each method you register will be a subclass of XmlRpcServerMethod. The HelloServer example registers a number of different methods.