Uses of Interface
org.apache.cxf.endpoint.ConduitSelector
Packages that use ConduitSelector
Package
Description
-
Uses of ConduitSelector in org.apache.cxf.clustering
Classes in org.apache.cxf.clustering that implement ConduitSelectorModifier and TypeClassDescriptionclassclassImplements a target selection strategy based on failover to an alternate target endpoint when a transport level failure is encountered.classThe 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 ConduitSelectorModifier and TypeMethodDescriptionFailoverFeature.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 ConduitSelectorModifier and TypeClassDescriptionclassAbstract base class holding logic common to any ConduitSelector that retrieves a Conduit from the ConduitInitiator.classStrategy for lazy deferred retreival of a Conduit to mediate an outbound message.classStrategy for null Conduit retrieval.classStrategy for retreival of a pre-existing Conduit to mediate an outbound message.classStrategy for eager upfront retreival of a Conduit to mediate an outbound message.Fields in org.apache.cxf.endpoint declared as ConduitSelectorModifier and TypeFieldDescriptionprotected ConduitSelectorAbstractEndpointFactory.conduitSelectorprotected ConduitSelectorClientImpl.conduitSelectorMethods in org.apache.cxf.endpoint that return ConduitSelectorModifier and TypeMethodDescriptionAbstractEndpointFactory.getConduitSelector()Client.getConduitSelector()Get the ConduitSelector responsible for retreiving the Conduit.final ConduitSelectorClientImpl.getConduitSelector()protected final ConduitSelectorClientImpl.getConduitSelector(ConduitSelector override) ConduitSelectorHolder.getConduitSelector()Methods in org.apache.cxf.endpoint with parameters of type ConduitSelectorModifier and TypeMethodDescriptionprotected final ConduitSelectorClientImpl.getConduitSelector(ConduitSelector override) voidAbstractEndpointFactory.setConduitSelector(ConduitSelector selector) voidClient.setConduitSelector(ConduitSelector selector) Set the ConduitSelector responsible for retreiving the Conduit.final voidClientImpl.setConduitSelector(ConduitSelector selector) voidConduitSelectorHolder.setConduitSelector(ConduitSelector conduitSelector) Constructors in org.apache.cxf.endpoint with parameters of type ConduitSelector -
Uses of ConduitSelector in org.apache.cxf.frontend
Methods in org.apache.cxf.frontend that return ConduitSelectorMethods in org.apache.cxf.frontend with parameters of type ConduitSelectorModifier and TypeMethodDescriptionvoidClientProxyFactoryBean.setConduitSelector(ConduitSelector selector) -
Uses of ConduitSelector in org.apache.cxf.jaxrs.client
Methods in org.apache.cxf.jaxrs.client that return ConduitSelectorModifier and TypeMethodDescriptionClientConfiguration.getConduitSelector()Gets the conduit selectorprotected ConduitSelectorJAXRSClientFactoryBean.getConduitSelector(Endpoint ep) Methods in org.apache.cxf.jaxrs.client with parameters of type ConduitSelectorModifier and TypeMethodDescriptionvoidClientConfiguration.setConduitSelector(ConduitSelector cs) Sets the conduit selector