(xmlrpc-3.0b1) Hi! Sadly, I have to admit that I can't figure out XmlRpcHandlers and XmlRpcHandlerMapping (fully). With 2.x I had a MainXmlRpcHandler that extended XmlRpcHandler. Not nice, but it worked.. :)
However, I want do some refactoring while at it and have the xmlrpc library use reflection map the incoming call to an available method in one or more classes. I want to combine this with Dynamic Proxies (http://ws.apache.org/xmlrpc/advanced.html). How do I do? Where do I start? The ReflectiveXmlRpcHandler seems to be it when I look at the code, but it would be really helpful with a small example for the server side. Regards, Jimisola http://ws.apache.org/xmlrpc/apidocs/org/apache/xmlrpc/server/ -- View this message in context: http://www.nabble.com/An-example-using-tf1963053.html#a5386432 Sent from the Apache Xml-RPC - User forum at Nabble.com. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
