Please make RPCMessageReceiver and related classes more flexible ----------------------------------------------------------------
Key: AXIS2-4328 URL: https://issues.apache.org/jira/browse/AXIS2-4328 Project: Axis 2.0 (Axis2) Issue Type: Improvement Components: adb Affects Versions: 1.4.1 Reporter: Pétur Runólfsson RPCMessageReceiver calls a number of static methods, that call other static and private methods. Many of these methods are also very long. This makes it near impossible to customize RPCMessageReceiver via inheritance. This situation would be improved a lot by this: * Change static methods in RPCUtil, BeanUtil, ConverterUtil, SimpleTypeMapper etc. to instance methods * Allow subtypes to be used instead of each of those classes (for example by creating instances in factory methods that may be overridden) -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.