Package | Description |
---|---|
org.apache.cxf.clustering | |
org.apache.cxf.endpoint |
Client and Server related classes.
|
org.apache.cxf.frontend |
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 |
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 retreives 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 |
ClientImpl.conduitSelector |
protected ConduitSelector |
AbstractEndpointFactory.conduitSelector |
Modifier and Type | Method and Description |
---|---|
ConduitSelector |
ClientImpl.getConduitSelector() |
ConduitSelector |
AbstractEndpointFactory.getConduitSelector() |
ConduitSelector |
Client.getConduitSelector()
Get the ConduitSelector responsible for retreiving the Conduit.
|
protected ConduitSelector |
ClientImpl.getConduitSelector(ConduitSelector override) |
Modifier and Type | Method and Description |
---|---|
protected ConduitSelector |
ClientImpl.getConduitSelector(ConduitSelector override) |
void |
ClientImpl.setConduitSelector(ConduitSelector selector) |
void |
AbstractEndpointFactory.setConduitSelector(ConduitSelector selector) |
void |
Client.setConduitSelector(ConduitSelector selector)
Set the ConduitSelector responsible for retreiving the Conduit.
|
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) |
Apache CXF