|
Apache CXF API | |||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Conduit | |
---|---|
org.apache.cxf.binding.corba | |
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.jaxrs.client | |
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 |
Uses of Conduit in org.apache.cxf.binding.corba |
---|
Classes in org.apache.cxf.binding.corba that implement Conduit | |
---|---|
class |
CorbaConduit
|
class |
CorbaServerConduit
|
Methods in org.apache.cxf.binding.corba that return Conduit | |
---|---|
Conduit |
CorbaDestination.getBackChannel(Message inMessage,
Message partialResponse,
EndpointReferenceType ref)
|
Conduit |
CorbaBindingFactory.getConduit(EndpointInfo endpointInfo)
|
Conduit |
CorbaBindingFactory.getConduit(EndpointInfo endpointInfo,
EndpointReferenceType target)
|
Uses of Conduit in org.apache.cxf.binding.soap |
---|
Methods in org.apache.cxf.binding.soap that return Conduit | |
---|---|
Conduit |
SoapTransportFactory.getConduit(EndpointInfo ei)
|
Conduit |
SoapTransportFactory.getConduit(EndpointInfo ei,
EndpointReferenceType target)
|
Uses of Conduit in org.apache.cxf.binding.soap.tcp |
---|
Classes in org.apache.cxf.binding.soap.tcp that implement Conduit | |
---|---|
class |
BackendTcpConduit
|
class |
TCPConduit
|
Methods in org.apache.cxf.binding.soap.tcp that return Conduit | |
---|---|
protected Conduit |
SoapTcpDestination.getInbuiltBackChannel(Message inMessage)
|
Uses of Conduit in org.apache.cxf.clustering |
---|
Methods in org.apache.cxf.clustering that return Conduit | |
---|---|
Conduit |
LoadDistributorTargetSelector.selectConduit(Message message)
Called when a Conduit is actually required. |
Conduit |
FailoverTargetSelector.selectConduit(Message message)
Called when a Conduit is actually required. |
Constructors in org.apache.cxf.clustering with parameters of type Conduit | |
---|---|
FailoverTargetSelector(Conduit c)
Constructor, allowing a specific conduit to override normal selection. |
|
LoadDistributorTargetSelector(Conduit c)
Constructor, allowing a specific conduit to override normal selection. |
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 |
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 |
ConduitSelector.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. |
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.jaxrs.client |
---|
Methods in org.apache.cxf.jaxrs.client that return Conduit | |
---|---|
Conduit |
ClientConfiguration.getConduit()
Gets the conduit responsible for a transport-level communication with the remote service. |
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.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.transport.http |
---|
Classes in org.apache.cxf.transport.http that implement Conduit | |
---|---|
class |
AbstractHTTPDestination.BackChannelConduit
Backchannel conduit. |
class |
HTTPConduit
This Conduit handles the "http" and "https" transport protocols. |
Methods in org.apache.cxf.transport.http that return Conduit | |
---|---|
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)
|
Uses of Conduit in org.apache.cxf.transport.http.policy |
---|
Methods in org.apache.cxf.transport.http.policy with parameters of type Conduit | |
---|---|
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. |
Uses of Conduit in org.apache.cxf.transport.jms |
---|
Classes in org.apache.cxf.transport.jms that implement Conduit | |
---|---|
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 |
Methods in org.apache.cxf.transport.jms that return Conduit | |
---|---|
Conduit |
JMSTransportFactory.getConduit(EndpointInfo endpointInfo)
|
Conduit |
JMSTransportFactory.getConduit(EndpointInfo endpointInfo,
EndpointReferenceType target)
Initiate an outbound Conduit. |
protected Conduit |
JMSDestination.getInbuiltBackChannel(Message inMessage)
|
Uses of Conduit in org.apache.cxf.transport.local |
---|
Classes in org.apache.cxf.transport.local that implement Conduit | |
---|---|
class |
LocalConduit
|
Methods in org.apache.cxf.transport.local that return Conduit | |
---|---|
Conduit |
LocalTransportFactory.getConduit(EndpointInfo ei)
|
Conduit |
LocalTransportFactory.getConduit(EndpointInfo ei,
EndpointReferenceType target)
|
protected Conduit |
LocalDestination.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. |
Uses of Conduit in org.apache.cxf.ws.policy |
---|
Methods in org.apache.cxf.ws.policy with parameters of type Conduit | |
---|---|
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)
|
Uses of Conduit in org.apache.cxf.ws.rm |
---|
Methods in org.apache.cxf.ws.rm that return Conduit | |
---|---|
Conduit |
RMEndpoint.getConduit()
|
Methods in org.apache.cxf.ws.rm with parameters of type Conduit | |
---|---|
protected Client |
Proxy.createClient(Bus bus,
Endpoint endpoint,
Conduit conduit,
EndpointReferenceType address)
|
|
Apache CXF API | |||||||||
PREV NEXT | FRAMES NO FRAMES |