| Package | Description |
|---|---|
| org.apache.cxf.endpoint |
Client and Server related classes.
|
| org.apache.cxf.message | |
| org.apache.cxf.transport |
Transport related classes.
|
| org.apache.cxf.ws.addressing | |
| org.apache.cxf.ws.policy |
| Modifier and Type | Field and Description |
|---|---|
protected Conduit |
AbstractConduitSelector.selectedConduit |
| Modifier and Type | Method and Description |
|---|---|
Conduit |
Client.getConduit()
Get the Conduit that messages for this client will be sent on.
|
protected Conduit |
AbstractConduitSelector.getSelectedConduit(Message message)
Mechanics to actually get the Conduit from the ConduitInitiator
if necessary.
|
Conduit |
DeferredConduitSelector.selectConduit(Message message)
Called when a Conduit is actually required.
|
Conduit |
NullConduitSelector.selectConduit(Message message)
Called when a Conduit is actually required.
|
Conduit |
ConduitSelector.selectConduit(Message message)
Called when a Conduit is actually required.
|
Conduit |
PreexistingConduitSelector.selectConduit(Message message)
Called when a Conduit is actually required.
|
Conduit |
UpfrontConduitSelector.selectConduit(Message message)
Called when a Conduit is actually required.
|
| Constructor and Description |
|---|
AbstractConduitSelector(Conduit c)
Constructor, allowing a specific conduit to override normal selection.
|
DeferredConduitSelector(Conduit c)
Constructor, allowing a specific conduit to override normal selection.
|
PreexistingConduitSelector(Conduit c)
Constructor.
|
PreexistingConduitSelector(Conduit c,
Endpoint e)
Constructor.
|
UpfrontConduitSelector(Conduit c)
Constructor, allowing a specific conduit to override normal selection.
|
| Modifier and Type | Method and Description |
|---|---|
Conduit |
ExchangeImpl.getConduit(Message message) |
Conduit |
Exchange.getConduit(Message message) |
| Modifier and Type | Method and Description |
|---|---|
void |
ExchangeImpl.setConduit(Conduit c) |
void |
Exchange.setConduit(Conduit conduit) |
| Modifier and Type | Method and Description |
|---|---|
Conduit |
Destination.getBackChannel(Message inMessage,
Message partialResponse,
EndpointReferenceType address)
Retreive a back-channel Conduit, which must be policy-compatible
with the current Message and associated Destination.
|
Conduit |
ConduitInitiator.getConduit(EndpointInfo targetInfo)
Initiate an outbound Conduit.
|
Conduit |
ConduitInitiator.getConduit(EndpointInfo localInfo,
EndpointReferenceType target)
Initiate an outbound Conduit.
|
| Modifier and Type | Method and Description |
|---|---|
static EndpointReferenceType |
WSAContextUtils.retrieveReplyTo(Conduit conduit,
Message message)
Retrieve ReplyTo EPR from the context.
|
static EndpointReferenceType |
WSAContextUtils.retrieveTo(Conduit conduit,
Message message)
Retrieve To EPR from the context.
|
| Modifier and Type | Method and Description |
|---|---|
EndpointPolicy |
PolicyEngine.getClientEndpointPolicy(EndpointInfo ei,
Conduit conduit) |
EffectivePolicy |
PolicyEngine.getEffectiveClientRequestPolicy(EndpointInfo ei,
BindingOperationInfo boi,
Conduit c) |
Apache CXF