Modifier and Type | Class and Description |
---|---|
class |
CorbaConduit |
class |
CorbaServerConduit |
Modifier and Type | Method and Description |
---|---|
Conduit |
CorbaDestination.getBackChannel(Message inMessage) |
Conduit |
CorbaBindingFactory.getConduit(EndpointInfo endpointInfo,
Bus bus) |
Conduit |
CorbaBindingFactory.getConduit(EndpointInfo endpointInfo,
EndpointReferenceType target,
Bus bus) |
Modifier and Type | Method and Description |
---|---|
Conduit |
SoapTransportFactory.getConduit(EndpointInfo ei,
Bus b) |
Conduit |
SoapTransportFactory.getConduit(EndpointInfo ei,
EndpointReferenceType target,
Bus bus) |
Modifier and Type | Method and Description |
---|---|
Conduit |
FailoverTargetSelector.selectConduit(Message message)
Called when a Conduit is actually required.
|
Conduit |
LoadDistributorTargetSelector.selectConduit(Message message)
Called when a Conduit is actually required.
|
Modifier and Type | Method and Description |
---|---|
protected boolean |
FailoverTargetSelector.replaceEndpointAddressPropertyIfNeeded(Message message,
String endpointAddress,
Conduit cond) |
Constructor and Description |
---|
FailoverTargetSelector(Conduit c)
Constructor, allowing a specific conduit to override normal selection.
|
LoadDistributorTargetSelector(Conduit c)
Constructor, allowing a specific conduit to override normal selection.
|
Modifier and Type | Field and Description |
---|---|
protected List<Conduit> |
AbstractConduitSelector.conduits |
Modifier and Type | Method and Description |
---|---|
protected Conduit |
AbstractConduitSelector.createConduit(Message message,
Exchange exchange,
ConduitInitiator conduitInitiator) |
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 |
ConduitSelector.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 |
UpfrontConduitSelector.selectConduit(Message message)
Called when a Conduit is actually required.
|
Modifier and Type | Method and Description |
---|---|
protected void |
AbstractConduitSelector.removeConduit(Conduit conduit) |
protected boolean |
AbstractConduitSelector.replaceEndpointAddressPropertyIfNeeded(Message message,
String endpointAddress,
Conduit cond) |
Constructor and Description |
---|
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.
|
Modifier and Type | Method and Description |
---|---|
protected static Conduit |
OutgoingChainInterceptor.getBackChannelConduit(Message message) |
static Conduit |
MessageSenderInterceptor.getConduit(Message message) |
Modifier and Type | Method and Description |
---|---|
Conduit |
ClientConfiguration.getConduit()
Gets the conduit responsible for a transport-level
communication with the remote service.
|
Modifier and Type | Method and Description |
---|---|
Conduit |
Exchange.getConduit(Message message) |
Conduit |
ExchangeImpl.getConduit(Message message) |
Modifier and Type | Method and Description |
---|---|
void |
Exchange.setConduit(Conduit conduit) |
void |
ExchangeImpl.setConduit(Conduit c) |
Modifier and Type | Method and Description |
---|---|
<T> T |
PolicyDataEngine.getClientEndpointPolicy(Message m,
EndpointInfo ei,
Conduit c,
PolicyCalculator<T> policyCalculator) |
Modifier and Type | Class and Description |
---|---|
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.
|
Modifier and Type | Method and Description |
---|---|
Conduit |
AbstractDestination.getBackChannel(Message inMessage)
Retrieve a back-channel Conduit, which must be policy-compatible
with the current Message and associated Destination.
|
Conduit |
Destination.getBackChannel(Message inMessage)
Retreive a back-channel Conduit, which must be policy-compatible
with the current Message and associated Destination.
|
Conduit |
ConduitInitiator.getConduit(EndpointInfo targetInfo,
Bus bus)
Initiate an outbound Conduit.
|
Conduit |
ConduitInitiator.getConduit(EndpointInfo localInfo,
EndpointReferenceType target,
Bus bus)
Initiate an outbound Conduit.
|
protected abstract Conduit |
AbstractDestination.getInbuiltBackChannel(Message inMessage) |
Modifier and Type | Class and Description |
---|---|
class |
AbstractHTTPDestination.BackChannelConduit
Backchannel conduit.
|
class |
HTTPConduit
This Conduit handles the "http" and "https" transport protocols.
|
class |
URLConnectionHTTPConduit |
Modifier and Type | Method and Description |
---|---|
Conduit |
HTTPTransportFactory.getConduit(EndpointInfo endpointInfo,
Bus bus)
This call creates a new HTTPConduit for the endpoint.
|
Conduit |
HTTPTransportFactory.getConduit(EndpointInfo endpointInfo,
EndpointReferenceType target,
Bus bus)
This call creates a new HTTP Conduit based on the EndpointInfo and
EndpointReferenceType.
|
protected Conduit |
AbstractHTTPDestination.getInbuiltBackChannel(Message inMessage) |
Modifier and Type | Class and Description |
---|---|
class |
AsyncHTTPConduit |
Modifier and Type | Method and Description |
---|---|
Conduit |
AsyncHttpTransportFactory.getConduit(EndpointInfo endpointInfo,
Bus bus) |
Conduit |
AsyncHttpTransportFactory.getConduit(EndpointInfo endpointInfo,
EndpointReferenceType target,
Bus bus) |
Modifier and Type | Class and Description |
---|---|
class |
NettyHttpConduit |
Modifier and Type | Method and Description |
---|---|
Conduit |
NettyHttpTransportFactory.getConduit(EndpointInfo endpointInfo,
Bus bus) |
Conduit |
NettyHttpTransportFactory.getConduit(EndpointInfo endpointInfo,
EndpointReferenceType target,
Bus bus) |
Modifier and Type | Class and Description |
---|---|
class |
JMSConduit
JMSConduit is instantiated by the JMSTransportFactory which is selected by a client if the transport
protocol starts with "jms:".
|
Modifier and Type | Method and Description |
---|---|
Conduit |
JMSTransportFactory.getConduit(EndpointInfo endpointInfo,
Bus b) |
Conduit |
JMSTransportFactory.getConduit(EndpointInfo endpointInfo,
EndpointReferenceType target,
Bus bus)
Initiate an outbound Conduit.
|
protected Conduit |
JMSDestination.getInbuiltBackChannel(Message inMessage) |
Modifier and Type | Class and Description |
---|---|
class |
LocalConduit |
Modifier and Type | Method and Description |
---|---|
Conduit |
LocalTransportFactory.getConduit(EndpointInfo ei,
Bus bus) |
Conduit |
LocalTransportFactory.getConduit(EndpointInfo ei,
EndpointReferenceType target,
Bus bus) |
protected Conduit |
LocalDestination.getInbuiltBackChannel(Message inMessage) |
Modifier and Type | Class and Description |
---|---|
class |
UDPConduit |
Modifier and Type | Method and Description |
---|---|
Conduit |
UDPTransportFactory.getConduit(EndpointInfo ei,
Bus bus) |
Conduit |
UDPTransportFactory.getConduit(EndpointInfo ei,
EndpointReferenceType target,
Bus bus) |
protected Conduit |
UDPDestination.getInbuiltBackChannel(Message inMessage) |
Modifier and Type | Method and Description |
---|---|
Conduit |
WebSocketTransportFactory.getConduit(EndpointInfo endpointInfo,
Bus b) |
Conduit |
WebSocketTransportFactory.getConduit(EndpointInfo endpointInfo,
EndpointReferenceType target,
Bus bus)
Initiate an outbound Conduit.
|
Modifier and Type | Class and Description |
---|---|
class |
AhcWebSocketConduit |
Modifier and Type | Method and Description |
---|---|
static Conduit |
ContextUtils.getConduit(Conduit conduit,
Message message)
Retreive Conduit from Exchange if not already available
|
Modifier and Type | Method and Description |
---|---|
static Conduit |
ContextUtils.getConduit(Conduit conduit,
Message message)
Retreive Conduit from Exchange if not already available
|
Modifier and Type | Method and Description |
---|---|
EndpointPolicy |
PolicyEngine.getClientEndpointPolicy(EndpointInfo ei,
Conduit conduit,
Message msg) |
EndpointPolicy |
PolicyEngineImpl.getClientEndpointPolicy(EndpointInfo ei,
Conduit conduit,
Message m) |
<T> T |
PolicyDataEngineImpl.getClientEndpointPolicy(Message m,
EndpointInfo ei,
Conduit c,
PolicyCalculator<T> policyCalculator) |
EffectivePolicy |
PolicyEngine.getEffectiveClientRequestPolicy(EndpointInfo ei,
BindingOperationInfo boi,
Conduit c,
Message m) |
EffectivePolicy |
PolicyEngineImpl.getEffectiveClientRequestPolicy(EndpointInfo ei,
BindingOperationInfo boi,
Conduit c,
Message m) |
Modifier and Type | Method and Description |
---|---|
Conduit |
RMEndpoint.getConduit() |
Modifier and Type | Method and Description |
---|---|
protected Client |
Proxy.createClient(Bus bus,
Endpoint endpoint,
ProtocolVariation protocol,
Conduit conduit,
EndpointReferenceType address) |
Modifier and Type | Method and Description |
---|---|
protected Conduit |
RetransmissionQueueImpl.buildConduit(SoapMessage message,
Endpoint endpoint,
AttributedURIType to) |
Apache CXF