Uses of Interface
de.fzj.unicore.wsrflite.xfire.ReliableProxy.RetryDecider

Packages that use ReliableProxy.RetryDecider
de.fzj.unicore.wsrflite.xfire This package contains the code related to the XFire SOAP engine. 
de.fzj.unicore.wsrflite.xmlbeans.client This package contains client side code. 
 

Uses of ReliableProxy.RetryDecider in de.fzj.unicore.wsrflite.xfire
 

Fields in de.fzj.unicore.wsrflite.xfire declared as ReliableProxy.RetryDecider
protected  ReliableProxy.RetryDecider ReliableProxy.retryDecider
           
 

Methods in de.fzj.unicore.wsrflite.xfire that return ReliableProxy.RetryDecider
static ReliableProxy.RetryDecider ReliableProxy.getDefaultDecider(ReliableProxy parent)
          creates and returns a default ReliableProxy.RetryDecider implementation that will resubmit a fixed number of times, and will throw any application errors indicated by XFireFault or FaultInfoException
 

Methods in de.fzj.unicore.wsrflite.xfire with parameters of type ReliableProxy.RetryDecider
 void ReliableProxy.setRetryDecider(ReliableProxy.RetryDecider handler)
           
 

Uses of ReliableProxy.RetryDecider in de.fzj.unicore.wsrflite.xmlbeans.client
 

Fields in de.fzj.unicore.wsrflite.xmlbeans.client declared as ReliableProxy.RetryDecider
protected  ReliableProxy.RetryDecider BaseWSRFClient.retryDecider
           
 

Methods in de.fzj.unicore.wsrflite.xmlbeans.client with parameters of type ReliableProxy.RetryDecider
 void BaseWSRFClient.setRetryHandler(ReliableProxy.RetryDecider retry)
          set the ReliableProxy.RetryDecider that decides whether a failed ws call shall be retried
 



Copyright © 2010. All Rights Reserved.