|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.cxf.clustering.AbstractStaticFailoverStrategy
org.apache.cxf.clustering.SequentialStrategy
org.apache.cxf.clustering.RetryStrategy
public class RetryStrategy
This strategy simply retries the invocation using the same Endpoint (CXF-2036).
Constructor Summary | |
---|---|
RetryStrategy()
|
Method Summary | |
---|---|
java.util.List<Endpoint> |
getAlternateEndpoints(Exchange exchange)
Get the alternate endpoints for this invocation. |
Methods inherited from class org.apache.cxf.clustering.SequentialStrategy |
---|
getNextAlternate |
Methods inherited from class org.apache.cxf.clustering.AbstractStaticFailoverStrategy |
---|
getEndpoints, selectAlternateEndpoint |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public RetryStrategy()
Method Detail |
---|
public java.util.List<Endpoint> getAlternateEndpoints(Exchange exchange)
AbstractStaticFailoverStrategy
getAlternateEndpoints
in interface FailoverStrategy
getAlternateEndpoints
in class AbstractStaticFailoverStrategy
exchange
- the current Exchange
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |