|
Apache CXF API | |||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Conduit | |
---|---|
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 |
Uses of Conduit in org.apache.cxf.endpoint |
---|
Fields in org.apache.cxf.endpoint declared as Conduit | |
---|---|
protected Conduit |
AbstractConduitSelector.selectedConduit
|
Methods in org.apache.cxf.endpoint that return Conduit | |
---|---|
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 |
ConduitSelector.selectConduit(Message message)
Called when a Conduit is actually required. |
Conduit |
NullConduitSelector.selectConduit(Message message)
Called when a Conduit is actually required. |
Conduit |
DeferredConduitSelector.selectConduit(Message message)
Called when a Conduit is actually required. |
Conduit |
UpfrontConduitSelector.selectConduit(Message message)
Called when a Conduit is actually required. |
Conduit |
PreexistingConduitSelector.selectConduit(Message message)
Called when a Conduit is actually required. |
Constructors in org.apache.cxf.endpoint with parameters of type Conduit | |
---|---|
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. |
Uses of Conduit in org.apache.cxf.message |
---|
Methods in org.apache.cxf.message that return Conduit | |
---|---|
Conduit |
Exchange.getConduit(Message message)
|
Conduit |
ExchangeImpl.getConduit(Message message)
|
Methods in org.apache.cxf.message with parameters of type Conduit | |
---|---|
void |
Exchange.setConduit(Conduit conduit)
|
void |
ExchangeImpl.setConduit(Conduit c)
|
Uses of Conduit in org.apache.cxf.transport |
---|
Methods in org.apache.cxf.transport that return Conduit | |
---|---|
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. |
Uses of Conduit in org.apache.cxf.ws.addressing |
---|
Methods in org.apache.cxf.ws.addressing with parameters of type Conduit | |
---|---|
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. |
Uses of Conduit in org.apache.cxf.ws.policy |
---|
Methods in org.apache.cxf.ws.policy with parameters of type Conduit | |
---|---|
EndpointPolicy |
PolicyEngine.getClientEndpointPolicy(EndpointInfo ei,
Conduit conduit)
|
EffectivePolicy |
PolicyEngine.getEffectiveClientRequestPolicy(EndpointInfo ei,
BindingOperationInfo boi,
Conduit c)
|
|
Apache CXF API | |||||||||
PREV NEXT | FRAMES NO FRAMES |