Uses of Class
org.apache.cxf.endpoint.AbstractConduitSelector
-
Packages that use AbstractConduitSelector Package Description org.apache.cxf.clustering org.apache.cxf.endpoint -
-
Uses of AbstractConduitSelector in org.apache.cxf.clustering
Subclasses of AbstractConduitSelector in org.apache.cxf.clustering Modifier and Type Class Description classCircuitBreakerTargetSelectorclassFailoverTargetSelectorImplements a target selection strategy based on failover to an alternate target endpoint when a transport level failure is encountered.classLoadDistributorTargetSelectorThe 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. -
Uses of AbstractConduitSelector in org.apache.cxf.endpoint
Subclasses of AbstractConduitSelector in org.apache.cxf.endpoint Modifier and Type Class Description classDeferredConduitSelectorStrategy for lazy deferred retreival of a Conduit to mediate an outbound message.classUpfrontConduitSelectorStrategy for eager upfront retreival of a Conduit to mediate an outbound message.
-