|
Apache CXF API | |||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ConduitSelector | |
---|---|
org.apache.cxf.endpoint | Client and Server related classes. |
Uses of ConduitSelector in org.apache.cxf.endpoint |
---|
Classes in org.apache.cxf.endpoint that implement ConduitSelector | |
---|---|
class |
AbstractConduitSelector
Abstract base class holding logic common to any ConduitSelector that retreives a Conduit from the ConduitInitiator. |
class |
DeferredConduitSelector
Strategy for lazy deferred retreival of a Conduit to mediate an outbound message. |
class |
NullConduitSelector
Strategy for null Conduit retrieval. |
class |
PreexistingConduitSelector
Strategy for retreival of a pre-existing Conduit to mediate an outbound message. |
class |
UpfrontConduitSelector
Strategy for eager upfront retreival of a Conduit to mediate an outbound message. |
Methods in org.apache.cxf.endpoint that return ConduitSelector | |
---|---|
ConduitSelector |
Client.getConduitSelector()
Get the ConduitSelector responsible for retreiving the Conduit. |
Methods in org.apache.cxf.endpoint with parameters of type ConduitSelector | |
---|---|
void |
Client.setConduitSelector(ConduitSelector selector)
Set the ConduitSelector responsible for retreiving the Conduit. |
|
Apache CXF API | |||||||||
PREV NEXT | FRAMES NO FRAMES |