|
Apache CXF API | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.apache.cxf.feature.AbstractFeature
org.apache.cxf.clustering.FailoverFeature
public class FailoverFeature
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.
| Constructor Summary | |
|---|---|
FailoverFeature()
|
|
| Method Summary | |
|---|---|
FailoverStrategy |
getStrategy()
|
void |
initialize(Client client,
Bus bus)
|
void |
setStrategy(FailoverStrategy strategy)
|
| Methods inherited from class org.apache.cxf.feature.AbstractFeature |
|---|
getActive, initialize, initialize, initialize, initializeProvider |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public FailoverFeature()
| Method Detail |
|---|
public void initialize(Client client,
Bus bus)
initialize in class AbstractFeaturepublic void setStrategy(FailoverStrategy strategy)
public FailoverStrategy getStrategy()
|
Apache CXF API | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||