wenzheng / intellitrac

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

Use Java dynamic proxy to handle connection problems #18

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
http://java.sun.com/j2se/1.3/docs/guide/reflection/proxy.html

XmlRpcGateway methods could be called through a proxy, which catches 
ConnectionFailedExceptions and handles them uniformly.

Original issue reported on code.google.com by michal.t...@gmail.com on 6 Dec 2008 at 7:41

GoogleCodeExporter commented 8 years ago

Original comment by michal.t...@gmail.com on 9 Dec 2008 at 1:37