filoquin / json-xml-rpc

Automatically exported from code.google.com/p/json-xml-rpc
0 stars 0 forks source link

ServerProxy methods do not allow to use function handlers scope #6

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
The current version stores the two handlers (success and failure) and call
them accordingly.
It is not possible, though, to execute these method within a particular scope.

This could be done by passing to the ServerProxy an object containing the
function handler, the scope object, and additional parameters instead of a
plain function.

Original issue reported on code.google.com by pigip...@gmail.com on 14 Apr 2008 at 11:11

GoogleCodeExporter commented 8 years ago
Could you attach some example code?

Original comment by WestonRuter on 14 Apr 2008 at 2:26