Apache CXF API

org.apache.cxf.endpoint
Interface ConduitSelectorHolder

All Known Subinterfaces:
Client
All Known Implementing Classes:
ClientConfiguration, ClientImpl

public interface ConduitSelectorHolder


Method Summary
 ConduitSelector getConduitSelector()
           
 void setConduitSelector(ConduitSelector conduitSelector)
           
 

Method Detail

getConduitSelector

ConduitSelector getConduitSelector()

setConduitSelector

void setConduitSelector(ConduitSelector conduitSelector)

Apache CXF API

Apache CXF