| Package | Description |
|---|---|
| org.apache.cxf.endpoint |
Client and Server related classes.
|
| Modifier and Type | Class and Description |
|---|---|
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.
|
| Modifier and Type | Method and Description |
|---|---|
ConduitSelector |
Client.getConduitSelector()
Get the ConduitSelector responsible for retreiving the Conduit.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Client.setConduitSelector(ConduitSelector selector)
Set the ConduitSelector responsible for retreiving the Conduit.
|
Apache CXF