Apache CXF API

Uses of Class
org.apache.cxf.endpoint.AbstractConduitSelector

Packages that use AbstractConduitSelector
org.apache.cxf.clustering   
org.apache.cxf.endpoint Client and Server related classes. 
 

Uses of AbstractConduitSelector in org.apache.cxf.clustering
 

Subclasses of AbstractConduitSelector in org.apache.cxf.clustering
 class FailoverTargetSelector
          Implements a target selection strategy based on failover to an alternate target endpoint when a transport level failure is encountered.
 class LoadDistributorTargetSelector
           
 

Uses of AbstractConduitSelector in org.apache.cxf.endpoint
 

Subclasses of AbstractConduitSelector in org.apache.cxf.endpoint
 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 API

Apache CXF