| Calls the server via several routes, for example when connectivity may
change over the life of an session or application. The routes may be
specified as follows:
<route name="redundantRoute">
<layer class="com.xoetrope.service.MultiRouteService" sleep="300" timeOut="3000">
<path name="calcRoute"/>
<path name="calcRoute64"/>
<path name="calcRouteError"/>
</layer>
</route>
The timeout value is used to specify how long (in milliseconds) this proxy
will wait for a response and the sleep time is the time allowed to elapse
before a second or subsequent route is tried.
Copyright (c) Xoetrope Ltd., 2001-2006, This software is licensed under
the GNU Public License (GPL), please see license.txt for more details. If
you make commercial use of this software you must purchase a commercial
license from Xoetrope.
$Revision: 1.8 $
|