Search in sources :

Example 1 with UpfrontConduitSelector

use of org.apache.cxf.endpoint.UpfrontConduitSelector in project cxf by apache.

the class JAXRSClientFactoryBean method getConduitSelector.

protected ConduitSelector getConduitSelector(Endpoint ep) {
    ConduitSelector cs = getConduitSelector();
    if (cs == null) {
        cs = new UpfrontConduitSelector();
    }
    cs.setEndpoint(ep);
    return cs;
}
Also used : UpfrontConduitSelector(org.apache.cxf.endpoint.UpfrontConduitSelector) UpfrontConduitSelector(org.apache.cxf.endpoint.UpfrontConduitSelector) ConduitSelector(org.apache.cxf.endpoint.ConduitSelector)

Aggregations

ConduitSelector (org.apache.cxf.endpoint.ConduitSelector)1 UpfrontConduitSelector (org.apache.cxf.endpoint.UpfrontConduitSelector)1