Uses of Class
org.apache.cxf.endpoint.AbstractConduitSelector
-
Packages that use AbstractConduitSelector Package Description org.apache.cxf.endpoint Client and Server related classes.org.jboss.wsf.stack.cxf.client.configuration -
-
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. -
Uses of AbstractConduitSelector in org.jboss.wsf.stack.cxf.client.configuration
Subclasses of AbstractConduitSelector in org.jboss.wsf.stack.cxf.client.configuration Modifier and Type Class Description classClientConfigConduitSelectorExtension of UpfrontConduitSelector that uses properties set byClientConfigProviderto configure SSLContext and credentials
-