Package | Description |
---|---|
org.apache.cxf.clustering | |
org.apache.cxf.endpoint | |
org.apache.cxf.frontend | |
org.apache.cxf.jaxrs.client |
Modifier and Type | Class and Description |
---|---|
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 | Method and Description |
---|---|
protected ConduitSelector |
FailoverFeature.initTargetSelector(Endpoint endpoint) |
Modifier and Type | Class and Description |
---|---|
class |
AbstractConduitSelector
Abstract base class holding logic common to any ConduitSelector
that retrieves a Conduit from the ConduitInitiator.
|
class |
DeferredConduitSelector
Strategy for lazy deferred retreival of a Conduit to mediate an
outbound message.
|
class |
NullConduitSelector
Strategy for null Conduit retrieval.
|
class |
PreexistingConduitSelector
Strategy for retreival of a pre-existing Conduit to mediate an
outbound message.
|
class |
UpfrontConduitSelector
Strategy for eager upfront retreival of a Conduit to mediate an
outbound message.
|
Modifier and Type | Field and Description |
---|---|
protected ConduitSelector |
AbstractEndpointFactory.conduitSelector |
protected ConduitSelector |
ClientImpl.conduitSelector |
Modifier and Type | Method and Description |
---|---|
ConduitSelector |
AbstractEndpointFactory.getConduitSelector() |
ConduitSelector |
Client.getConduitSelector()
Get the ConduitSelector responsible for retreiving the Conduit.
|
ConduitSelector |
ClientImpl.getConduitSelector() |
ConduitSelector |
ConduitSelectorHolder.getConduitSelector() |
protected ConduitSelector |
ClientImpl.getConduitSelector(ConduitSelector override) |
Modifier and Type | Method and Description |
---|---|
protected ConduitSelector |
ClientImpl.getConduitSelector(ConduitSelector override) |
void |
AbstractEndpointFactory.setConduitSelector(ConduitSelector selector) |
void |
Client.setConduitSelector(ConduitSelector selector)
Set the ConduitSelector responsible for retreiving the Conduit.
|
void |
ClientImpl.setConduitSelector(ConduitSelector selector) |
void |
ConduitSelectorHolder.setConduitSelector(ConduitSelector conduitSelector) |
Constructor and Description |
---|
ClientImpl(Bus b,
Endpoint e,
ConduitSelector sc) |
Modifier and Type | Method and Description |
---|---|
ConduitSelector |
ClientProxyFactoryBean.getConduitSelector() |
Modifier and Type | Method and Description |
---|---|
void |
ClientProxyFactoryBean.setConduitSelector(ConduitSelector selector) |
Modifier and Type | Method and Description |
---|---|
ConduitSelector |
ClientConfiguration.getConduitSelector()
Gets the conduit selector
|
protected ConduitSelector |
JAXRSClientFactoryBean.getConduitSelector(Endpoint ep) |
Modifier and Type | Method and Description |
---|---|
void |
ClientConfiguration.setConduitSelector(ConduitSelector cs)
Sets the conduit selector
|
Apache CXF