Apache CXF API

Uses of Interface
org.apache.cxf.endpoint.ConduitSelector

Packages that use ConduitSelector
org.apache.cxf.clustering   
org.apache.cxf.endpoint   
org.apache.cxf.frontend   
org.apache.cxf.jaxrs.client   
 

Uses of ConduitSelector in org.apache.cxf.clustering
 

Classes in org.apache.cxf.clustering that implement ConduitSelector
 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.
 

Methods in org.apache.cxf.clustering that return ConduitSelector
protected  ConduitSelector FailoverFeature.initTargetSelector(Endpoint endpoint)
           
 

Uses of ConduitSelector in org.apache.cxf.endpoint
 

Classes in org.apache.cxf.endpoint that implement ConduitSelector
 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.
 

Fields in org.apache.cxf.endpoint declared as ConduitSelector
protected  ConduitSelector AbstractEndpointFactory.conduitSelector
           
protected  ConduitSelector ClientImpl.conduitSelector
           
 

Methods in org.apache.cxf.endpoint that return ConduitSelector
 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)
           
 

Methods in org.apache.cxf.endpoint with parameters of type ConduitSelector
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)
           
 

Constructors in org.apache.cxf.endpoint with parameters of type ConduitSelector
ClientImpl(Bus b, Endpoint e, ConduitSelector sc)
           
 

Uses of ConduitSelector in org.apache.cxf.frontend
 

Methods in org.apache.cxf.frontend that return ConduitSelector
 ConduitSelector ClientProxyFactoryBean.getConduitSelector()
           
 

Methods in org.apache.cxf.frontend with parameters of type ConduitSelector
 void ClientProxyFactoryBean.setConduitSelector(ConduitSelector selector)
           
 

Uses of ConduitSelector in org.apache.cxf.jaxrs.client
 

Methods in org.apache.cxf.jaxrs.client that return ConduitSelector
 ConduitSelector ClientConfiguration.getConduitSelector()
          Gets the conduit selector
protected  ConduitSelector JAXRSClientFactoryBean.getConduitSelector(Endpoint ep)
           
 

Methods in org.apache.cxf.jaxrs.client with parameters of type ConduitSelector
 void ClientConfiguration.setConduitSelector(ConduitSelector cs)
          Sets the conduit selector
 


Apache CXF API

Apache CXF