You are viewing a plain text version of this content. The canonical link for it is here.
Posted to xmlrpc-dev@ws.apache.org by Michael Pitoniak <pi...@msn.com> on 2009/04/28 17:20:48 UTC

registering static methods in 3.1.2

hello,

 in the previous release i heavily leveraged static methods in classes i registered. when i upgraded to 3.1.2 i was surprised to find that none of my code worked any longer as PropertyHandlerMapping.addHandler() does not add static methods. Is there an easy work around for this? I have too many util classes with static methods to modify them all, and registering the methods individually would be painful.

many thanks for any assistance,

mike