Apache CXF API

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

Packages that use ConduitSelector
org.apache.cxf.clustering   
org.apache.cxf.endpoint Client and Server related classes. 
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
           
 

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 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.
 

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

Methods in org.apache.cxf.endpoint that return ConduitSelector
 ConduitSelector ClientImpl.getConduitSelector()
           
 ConduitSelector AbstractEndpointFactory.getConduitSelector()
           
 ConduitSelector Client.getConduitSelector()
          Get the ConduitSelector responsible for retreiving the Conduit.
protected  ConduitSelector ClientImpl.getConduitSelector(ConduitSelector override)
           
 

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

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