Uses of Interface
org.apache.cxf.transport.Conduit
Package
Description
Client and Server related classes.
Core interceptor interfaces which form the basis for message processing chains
in CXF.
Transport related classes.
-
Uses of Conduit in org.apache.cxf.endpoint
Modifier and TypeMethodDescriptionprotected Conduit
AbstractConduitSelector.createConduit
(Message message, Exchange exchange, ConduitInitiator conduitInitiator) protected Conduit
AbstractConduitSelector.findCompatibleConduit
(Message message) If address protocol was changed, conduit should be re-initialisedClient.getConduit()
Get the Conduit that messages for this client will be sent on.ClientImpl.getConduit()
protected Conduit
AbstractConduitSelector.getSelectedConduit
(Message message) Mechanics to actually get the Conduit from the ConduitInitiator if necessary.ConduitSelector.selectConduit
(Message message) Called when a Conduit is actually required.DeferredConduitSelector.selectConduit
(Message message) Called when a Conduit is actually required.NullConduitSelector.selectConduit
(Message message) Called when a Conduit is actually required.PreexistingConduitSelector.selectConduit
(Message message) Called when a Conduit is actually required.UpfrontConduitSelector.selectConduit
(Message message) Called when a Conduit is actually required.Modifier and TypeMethodDescriptionprotected void
AbstractConduitSelector.removeConduit
(Conduit conduit) protected boolean
AbstractConduitSelector.replaceEndpointAddressPropertyIfNeeded
(Message message, String endpointAddress, Conduit cond) ModifierConstructorDescriptionConstructor, allowing a specific conduit to override normal selection.ClientImpl
(Bus b, Endpoint e, Conduit c) Constructor, allowing a specific conduit to override normal selection.Constructor.Constructor.Constructor, allowing a specific conduit to override normal selection. -
Uses of Conduit in org.apache.cxf.interceptor
Modifier and TypeMethodDescriptionprotected static Conduit
OutgoingChainInterceptor.getBackChannelConduit
(Message message) static Conduit
MessageSenderInterceptor.getConduit
(Message message) -
Uses of Conduit in org.apache.cxf.message
Modifier and TypeMethodDescriptionExchange.getConduit
(Message message) ExchangeImpl.getConduit
(Message message) Modifier and TypeMethodDescriptionvoid
Exchange.setConduit
(Conduit conduit) void
ExchangeImpl.setConduit
(Conduit c) -
Uses of Conduit in org.apache.cxf.policy
Modifier and TypeMethodDescription<T> T
PolicyDataEngine.getClientEndpointPolicy
(Message m, EndpointInfo ei, Conduit c, PolicyCalculator<T> policyCalculator) -
Uses of Conduit in org.apache.cxf.transport
Modifier and TypeClassDescriptionclass
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
Backchannel conduit.Modifier and TypeMethodDescriptionAbstractDestination.getBackChannel
(Message inMessage) Retrieve a back-channel Conduit, which must be policy-compatible with the current Message and associated Destination.Destination.getBackChannel
(Message inMessage) Retreive a back-channel Conduit, which must be policy-compatible with the current Message and associated Destination.ConduitInitiator.getConduit
(EndpointInfo targetInfo, Bus bus) Initiate an outbound Conduit.ConduitInitiator.getConduit
(EndpointInfo localInfo, org.apache.cxf.ws.addressing.EndpointReferenceType target, Bus bus) Initiate an outbound Conduit.protected abstract Conduit
AbstractDestination.getInbuiltBackChannel
(Message inMessage) -
Uses of Conduit in org.apache.cxf.ws.addressing
Modifier and TypeMethodDescriptionstatic Conduit
ContextUtils.getConduit
(Conduit conduit, Message message) Retreive Conduit from Exchange if not already availableModifier and TypeMethodDescriptionstatic Conduit
ContextUtils.getConduit
(Conduit conduit, Message message) Retreive Conduit from Exchange if not already available