|
Apache CXF API | |||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Conduit | |
---|---|
org.apache.cxf.endpoint | Client and Server related classes. |
org.apache.cxf.interceptor | Core interceptor interfaces which form the basis for message processing chains in CXF. |
org.apache.cxf.message | |
org.apache.cxf.policy | |
org.apache.cxf.transport | Transport related classes. |
org.apache.cxf.ws.addressing |
Uses of Conduit in org.apache.cxf.endpoint |
---|
Fields in org.apache.cxf.endpoint with type parameters of type Conduit | |
---|---|
protected List<Conduit> |
AbstractConduitSelector.conduits
|
Methods in org.apache.cxf.endpoint that return Conduit | |
---|---|
protected Conduit |
AbstractConduitSelector.findCompatibleConduit(Message message)
If address protocol was changed, conduit should be re-initialised |
Conduit |
Client.getConduit()
Get the Conduit that messages for this client will be sent on. |
Conduit |
ClientImpl.getConduit()
|
protected Conduit |
AbstractConduitSelector.getSelectedConduit(Message message)
Mechanics to actually get the Conduit from the ConduitInitiator if necessary. |
Conduit |
UpfrontConduitSelector.selectConduit(Message message)
Called when a Conduit is actually required. |
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 |
PreexistingConduitSelector.selectConduit(Message message)
Called when a Conduit is actually required. |
Conduit |
ConduitSelector.selectConduit(Message message)
Called when a Conduit is actually required. |
Methods in org.apache.cxf.endpoint with parameters of type Conduit | |
---|---|
protected boolean |
AbstractConduitSelector.replaceEndpointAddressPropertyIfNeeded(Message message,
String endpointAddress,
Conduit cond)
|
Constructors in org.apache.cxf.endpoint with parameters of type Conduit | |
---|---|
AbstractConduitSelector(Conduit c)
Constructor, allowing a specific conduit to override normal selection. |
|
ClientImpl(Bus b,
Endpoint e,
Conduit c)
|
|
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.interceptor |
---|
Methods in org.apache.cxf.interceptor that return Conduit | |
---|---|
protected static Conduit |
OutgoingChainInterceptor.getBackChannelConduit(Message message)
|
Uses of Conduit in org.apache.cxf.message |
---|
Methods in org.apache.cxf.message that return Conduit | |
---|---|
Conduit |
ExchangeImpl.getConduit(Message message)
|
Conduit |
Exchange.getConduit(Message message)
|
Methods in org.apache.cxf.message with parameters of type Conduit | |
---|---|
void |
ExchangeImpl.setConduit(Conduit c)
|
void |
Exchange.setConduit(Conduit conduit)
|
Uses of Conduit in org.apache.cxf.policy |
---|
Methods in org.apache.cxf.policy with parameters of type Conduit | ||
---|---|---|
|
PolicyDataEngine.getClientEndpointPolicy(EndpointInfo ei,
Conduit c,
PolicyCalculator<T> policyCalculator)
|
Uses of Conduit in org.apache.cxf.transport |
---|
Classes in org.apache.cxf.transport that implement Conduit | |
---|---|
class |
AbstractConduit
Abstract base class factoring out common Conduit logic, allowing non-decoupled transports to be written without any regard for the decoupled back-channel or partial response logic. |
protected class |
AbstractDestination.AbstractBackChannelConduit
Backchannel conduit. |
Methods in org.apache.cxf.transport that return Conduit | |
---|---|
Conduit |
AbstractDestination.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 |
Destination.getBackChannel(Message inMessage,
Message unused1,
EndpointReferenceType unused2)
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. |
protected abstract Conduit |
AbstractDestination.getInbuiltBackChannel(Message inMessage)
|
Uses of Conduit in org.apache.cxf.ws.addressing |
---|
Methods in org.apache.cxf.ws.addressing that return Conduit | |
---|---|
static Conduit |
ContextUtils.getConduit(Conduit conduit,
Message message)
Retreive Conduit from Exchange if not already available |
Methods in org.apache.cxf.ws.addressing with parameters of type Conduit | |
---|---|
static Conduit |
ContextUtils.getConduit(Conduit conduit,
Message message)
Retreive Conduit from Exchange if not already available |
static EndpointReferenceType |
WSAContextUtils.retrieveTo(Conduit conduit,
Message message)
Retrieve To EPR from the context. |
|
Apache CXF API | |||||||||
PREV NEXT | FRAMES NO FRAMES |