|
Apache CXF API | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface FailoverStrategy
Supports pluggable strategies for alternate endpoint selection on failover.
Method Summary | |
---|---|
java.util.List<Endpoint> |
getAlternateEndpoints(Exchange exchange)
Get the alternate endpoints for this invocation. |
Endpoint |
selectAlternateEndpoint(java.util.List<Endpoint> alternates)
Select one of the alternate endpoints for a retried invocation. |
Method Detail |
---|
java.util.List<Endpoint> getAlternateEndpoints(Exchange exchange)
exchange
- the current Exchange
Endpoint selectAlternateEndpoint(java.util.List<Endpoint> alternates)
alternates
- List of alternate endpoints if available
|
Apache CXF API | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |