Package | Description |
---|---|
org.apache.cxf.binding.soap | |
org.apache.cxf.binding.soap.tcp | |
org.apache.cxf.clustering | |
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.transport |
Transport related classes.
|
org.apache.cxf.transport.http | |
org.apache.cxf.transport.http.policy | |
org.apache.cxf.transport.jms | |
org.apache.cxf.transport.local | |
org.apache.cxf.ws.addressing | |
org.apache.cxf.ws.policy | |
org.apache.cxf.ws.rm |
Modifier and Type | Method and Description |
---|---|
Conduit |
SoapTransportFactory.getConduit(EndpointInfo ei) |
Conduit |
SoapTransportFactory.getConduit(EndpointInfo ei,
EndpointReferenceType target) |
Modifier and Type | Class and Description |
---|---|
class |
BackendTcpConduit |
class |
TCPConduit |
Modifier and Type | Method and Description |
---|---|
protected Conduit |
SoapTcpDestination.getInbuiltBackChannel(Message inMessage) |
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.
|
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 Conduit |
AbstractConduitSelector.selectedConduit |
Modifier and Type | Method and Description |
---|---|
Conduit |
ClientImpl.getConduit() |
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 |
NullConduitSelector.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.
|
Conduit |
DeferredConduitSelector.selectConduit(Message message)
Called when a Conduit is actually required.
|
Conduit |
ConduitSelector.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.
|
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) |
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 | 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,
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) |
Modifier and Type | Class and Description |
---|---|
class |
AbstractHTTPDestination.BackChannelConduit
Backchannel conduit.
|
class |
HTTPConduit
This Conduit handles the "http" and "https" transport protocols.
|
Modifier and Type | Method and Description |
---|---|
Conduit |
HTTPTransportFactory.getConduit(EndpointInfo endpointInfo)
This call creates a new HTTPConduit for the endpoint.
|
Conduit |
HTTPTransportFactory.getConduit(EndpointInfo endpointInfo,
EndpointReferenceType target)
This call creates a new HTTP Conduit based on the EndpointInfo and
EndpointReferenceType.
|
protected Conduit |
AbstractHTTPDestination.getInbuiltBackChannel(Message inMessage) |
Modifier and Type | Method and Description |
---|---|
static HTTPClientPolicy |
PolicyUtils.getClient(PolicyEngine pe,
EndpointInfo ei,
Conduit c)
Returns a HTTPClientPolicy that is compatible with the assertions included in the
service and endpoint policy subjects, or null if there are no such assertions.
|
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://.
|
protected class |
JMSDestination.BackChannelConduit
Conduit for sending the reply back to the client
|
Modifier and Type | Method and Description |
---|---|
Conduit |
JMSTransportFactory.getConduit(EndpointInfo endpointInfo) |
Conduit |
JMSTransportFactory.getConduit(EndpointInfo endpointInfo,
EndpointReferenceType target)
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) |
Conduit |
LocalTransportFactory.getConduit(EndpointInfo ei,
EndpointReferenceType target) |
protected Conduit |
LocalDestination.getInbuiltBackChannel(Message inMessage) |
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
|
static EndpointReferenceType |
WSAContextUtils.retrieveTo(Conduit conduit,
Message message)
Retrieve To EPR from the context.
|
Modifier and Type | Method and Description |
---|---|
EndpointPolicy |
PolicyEngineImpl.getClientEndpointPolicy(EndpointInfo ei,
Conduit conduit) |
EndpointPolicy |
PolicyEngine.getClientEndpointPolicy(EndpointInfo ei,
Conduit conduit) |
EffectivePolicy |
PolicyEngineImpl.getEffectiveClientRequestPolicy(EndpointInfo ei,
BindingOperationInfo boi,
Conduit c) |
EffectivePolicy |
PolicyEngine.getEffectiveClientRequestPolicy(EndpointInfo ei,
BindingOperationInfo boi,
Conduit c) |
Modifier and Type | Method and Description |
---|---|
Conduit |
RMEndpoint.getConduit() |
Modifier and Type | Method and Description |
---|---|
protected Client |
Proxy.createClient(Bus bus,
Endpoint endpoint,
Conduit conduit,
EndpointReferenceType address) |
Apache CXF