| org.apache.cxf.clustering.FailoverFeature
FailoverFeature | public class FailoverFeature extends AbstractFeature (Code) | | This feature may be applied to a Client so as to enable
failover from the initial target endpoint to any other
compatible endpoint for the target service.
|
getStrategy | public FailoverStrategy getStrategy()(Code) | | |
initialize | public void initialize(Client client, Bus bus)(Code) | | |
setStrategy | public void setStrategy(FailoverStrategy strategy)(Code) | | |
|
|