Uses of Interface
org.apache.cxf.endpoint.ConduitSelector
-
Packages that use ConduitSelector Package Description 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 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.Methods in org.apache.cxf.clustering that return ConduitSelector Modifier and Type Method Description ConduitSelectorFailoverFeature. initTargetSelector(Endpoint endpoint)protected ConduitSelectorFailoverFeature.Portable. initTargetSelector(Endpoint endpoint) -
Uses of ConduitSelector in org.apache.cxf.endpoint
Classes in org.apache.cxf.endpoint that implement ConduitSelector Modifier and Type Class Description classAbstractConduitSelectorAbstract base class holding logic common to any ConduitSelector that retrieves a Conduit from the ConduitInitiator.classDeferredConduitSelectorStrategy for lazy deferred retreival of a Conduit to mediate an outbound message.classNullConduitSelectorStrategy for null Conduit retrieval.classPreexistingConduitSelectorStrategy for retreival of a pre-existing Conduit to mediate an outbound message.classUpfrontConduitSelectorStrategy for eager upfront retreival of a Conduit to mediate an outbound message.Fields in org.apache.cxf.endpoint declared as ConduitSelector Modifier and Type Field Description protected ConduitSelectorAbstractEndpointFactory. conduitSelectorprotected ConduitSelectorClientImpl. conduitSelectorMethods in org.apache.cxf.endpoint that return ConduitSelector Modifier and Type Method Description ConduitSelectorAbstractEndpointFactory. getConduitSelector()ConduitSelectorClient. getConduitSelector()Get the ConduitSelector responsible for retreiving the Conduit.ConduitSelectorClientImpl. getConduitSelector()protected ConduitSelectorClientImpl. getConduitSelector(ConduitSelector override)ConduitSelectorConduitSelectorHolder. getConduitSelector()Methods in org.apache.cxf.endpoint with parameters of type ConduitSelector Modifier and Type Method Description protected ConduitSelectorClientImpl. getConduitSelector(ConduitSelector override)voidAbstractEndpointFactory. setConduitSelector(ConduitSelector selector)voidClient. setConduitSelector(ConduitSelector selector)Set the ConduitSelector responsible for retreiving the Conduit.voidClientImpl. setConduitSelector(ConduitSelector selector)voidConduitSelectorHolder. setConduitSelector(ConduitSelector conduitSelector)Constructors in org.apache.cxf.endpoint with parameters of type ConduitSelector Constructor Description ClientImpl(Bus b, Endpoint e, ConduitSelector sc) -
Uses of ConduitSelector in org.apache.cxf.frontend
Methods in org.apache.cxf.frontend that return ConduitSelector Modifier and Type Method Description ConduitSelectorClientProxyFactoryBean. getConduitSelector()Methods in org.apache.cxf.frontend with parameters of type ConduitSelector Modifier and Type Method Description voidClientProxyFactoryBean. setConduitSelector(ConduitSelector selector) -
Uses of ConduitSelector in org.apache.cxf.jaxrs.client
Methods in org.apache.cxf.jaxrs.client that return ConduitSelector Modifier and Type Method Description ConduitSelectorClientConfiguration. getConduitSelector()Gets the conduit selectorprotected ConduitSelectorJAXRSClientFactoryBean. getConduitSelector(Endpoint ep)Methods in org.apache.cxf.jaxrs.client with parameters of type ConduitSelector Modifier and Type Method Description voidClientConfiguration. setConduitSelector(ConduitSelector cs)Sets the conduit selector
-