Package | Description |
---|---|
org.apache.cxf.clustering | |
org.apache.cxf.endpoint |
Modifier and Type | Class and Description |
---|---|
class |
CircuitBreakerTargetSelector |
class |
FailoverTargetSelector
Implements a target selection strategy based on failover to an
alternate target endpoint when a transport level failure is
encountered.
|
class |
LoadDistributorTargetSelector
The LoadDistributorTargetSelector attempts to do the same job as the
FailoverTargetSelector, but to choose an alternate target on every request
rather than just when a fault occurs.
|
Modifier and Type | Class and Description |
---|---|
class |
DeferredConduitSelector
Strategy for lazy deferred retreival of a Conduit to mediate an
outbound message.
|
class |
UpfrontConduitSelector
Strategy for eager upfront retreival of a Conduit to mediate an
outbound message.
|
Apache CXF