jorgediz / xmlrpcnet

Automatically exported from code.google.com/p/xmlrpcnet
0 stars 0 forks source link

Throw exception if overloaded methods detected #9

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
Overloaded methods are not current supported.

Original issue reported on code.google.com by ChasC...@gmail.com on 24 Nov 2007 at 12:50

GoogleCodeExporter commented 8 years ago
If XmlRpcMethodInfo.CompareTo were to use the methodname, return type, 
parameter count, and parameter types as comparison points instead of just the 
name, wouldn't this allow XmlRpcServiceInfo to distinguish between overloaded 
methods?

Original comment by vega.james@gmail.com on 28 Nov 2012 at 7:58