Uses of Interface
org.apache.cxf.transport.Conduit
-
-
Uses of Conduit in org.apache.cxf.binding.corba
Classes in org.apache.cxf.binding.corba that implement Conduit Modifier and Type Class Description classCorbaConduitclassCorbaServerConduitMethods in org.apache.cxf.binding.corba that return Conduit Modifier and Type Method Description ConduitCorbaDestination. getBackChannel(Message inMessage)ConduitCorbaBindingFactory. getConduit(EndpointInfo endpointInfo, Bus bus)ConduitCorbaBindingFactory. getConduit(EndpointInfo endpointInfo, org.apache.cxf.ws.addressing.EndpointReferenceType target, Bus bus) -
Uses of Conduit in org.apache.cxf.binding.soap
Methods in org.apache.cxf.binding.soap that return Conduit Modifier and Type Method Description ConduitSoapTransportFactory. getConduit(EndpointInfo ei, Bus b)ConduitSoapTransportFactory. getConduit(EndpointInfo ei, org.apache.cxf.ws.addressing.EndpointReferenceType target, Bus bus) -
Uses of Conduit in org.apache.cxf.clustering
Methods in org.apache.cxf.clustering that return Conduit Modifier and Type Method Description ConduitCircuitBreakerTargetSelector. selectConduit(Message message)ConduitFailoverTargetSelector. selectConduit(Message message)Called when a Conduit is actually required.ConduitLoadDistributorTargetSelector. selectConduit(Message message)Called when a Conduit is actually required.Methods in org.apache.cxf.clustering with parameters of type Conduit Modifier and Type Method Description protected booleanFailoverTargetSelector. replaceEndpointAddressPropertyIfNeeded(Message message, String endpointAddress, Conduit cond)Constructors in org.apache.cxf.clustering with parameters of type Conduit Constructor 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. -
Uses of Conduit in org.apache.cxf.endpoint
Fields in org.apache.cxf.endpoint with type parameters of type Conduit Modifier and Type Field Description protected List<Conduit>AbstractConduitSelector. conduitsMethods in org.apache.cxf.endpoint that return Conduit Modifier and Type Method Description protected ConduitAbstractConduitSelector. createConduit(Message message, Exchange exchange, ConduitInitiator conduitInitiator)protected ConduitAbstractConduitSelector. findCompatibleConduit(Message message)If address protocol was changed, conduit should be re-initialisedConduitClient. getConduit()Get the Conduit that messages for this client will be sent on.ConduitClientImpl. getConduit()protected ConduitAbstractConduitSelector. getSelectedConduit(Message message)Mechanics to actually get the Conduit from the ConduitInitiator if necessary.ConduitConduitSelector. selectConduit(Message message)Called when a Conduit is actually required.ConduitDeferredConduitSelector. selectConduit(Message message)Called when a Conduit is actually required.ConduitNullConduitSelector. selectConduit(Message message)Called when a Conduit is actually required.ConduitPreexistingConduitSelector. selectConduit(Message message)Called when a Conduit is actually required.ConduitUpfrontConduitSelector. selectConduit(Message message)Called when a Conduit is actually required.Methods in org.apache.cxf.endpoint with parameters of type Conduit Modifier and Type Method Description protected voidAbstractConduitSelector. removeConduit(Conduit conduit)protected booleanAbstractConduitSelector. replaceEndpointAddressPropertyIfNeeded(Message message, String endpointAddress, Conduit cond)Constructors in org.apache.cxf.endpoint with parameters of type Conduit Constructor 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. -
Uses of Conduit in org.apache.cxf.interceptor
Methods in org.apache.cxf.interceptor that return Conduit Modifier and Type Method Description protected static ConduitOutgoingChainInterceptor. getBackChannelConduit(Message message)static ConduitMessageSenderInterceptor. getConduit(Message message) -
Uses of Conduit in org.apache.cxf.jaxrs.client
Methods in org.apache.cxf.jaxrs.client that return Conduit Modifier and Type Method Description ConduitClientConfiguration. 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 Modifier and Type Method Description ConduitExchange. getConduit(Message message)ConduitExchangeImpl. getConduit(Message message)Methods in org.apache.cxf.message with parameters of type Conduit Modifier and Type Method Description voidExchange. setConduit(Conduit conduit)voidExchangeImpl. setConduit(Conduit c) -
Uses of Conduit in org.apache.cxf.policy
Methods in org.apache.cxf.policy with parameters of type Conduit Modifier and Type Method Description <T> TPolicyDataEngine. getClientEndpointPolicy(Message m, EndpointInfo ei, Conduit c, PolicyCalculator<T> policyCalculator) -
Uses of Conduit in org.apache.cxf.transport
Classes in org.apache.cxf.transport that implement Conduit Modifier and Type Class Description classAbstractConduitAbstract 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 classAbstractDestination.AbstractBackChannelConduitBackchannel conduit.Methods in org.apache.cxf.transport that return Conduit Modifier and Type Method Description ConduitAbstractDestination. getBackChannel(Message inMessage)Retrieve a back-channel Conduit, which must be policy-compatible with the current Message and associated Destination.ConduitDestination. getBackChannel(Message inMessage)Retreive a back-channel Conduit, which must be policy-compatible with the current Message and associated Destination.ConduitConduitInitiator. getConduit(EndpointInfo targetInfo, Bus bus)Initiate an outbound Conduit.ConduitConduitInitiator. getConduit(EndpointInfo localInfo, org.apache.cxf.ws.addressing.EndpointReferenceType target, Bus bus)Initiate an outbound Conduit.protected abstract ConduitAbstractDestination. getInbuiltBackChannel(Message inMessage) -
Uses of Conduit in org.apache.cxf.transport.http
Classes in org.apache.cxf.transport.http that implement Conduit Modifier and Type Class Description classAbstractHTTPDestination.BackChannelConduitBackchannel conduit.classHttpClientHTTPConduitclassHTTPConduitThis Conduit handles the "http" and "https" transport protocols.classURLConnectionHTTPConduitMethods in org.apache.cxf.transport.http that return Conduit Modifier and Type Method Description ConduitHTTPTransportFactory. getConduit(EndpointInfo endpointInfo, Bus bus)This call creates a new HTTPConduit for the endpoint.ConduitHTTPTransportFactory. getConduit(EndpointInfo endpointInfo, org.apache.cxf.ws.addressing.EndpointReferenceType target, Bus bus)This call creates a new HTTP Conduit based on the EndpointInfo and EndpointReferenceType.protected ConduitAbstractHTTPDestination. getInbuiltBackChannel(Message inMessage) -
Uses of Conduit in org.apache.cxf.transport.http.asyncclient
Classes in org.apache.cxf.transport.http.asyncclient that implement Conduit Modifier and Type Class Description classAsyncHTTPConduitMethods in org.apache.cxf.transport.http.asyncclient that return Conduit Modifier and Type Method Description ConduitAsyncHttpTransportFactory. getConduit(EndpointInfo endpointInfo, Bus bus)ConduitAsyncHttpTransportFactory. getConduit(EndpointInfo endpointInfo, org.apache.cxf.ws.addressing.EndpointReferenceType target, Bus bus) -
Uses of Conduit in org.apache.cxf.transport.http.asyncclient.hc5
Classes in org.apache.cxf.transport.http.asyncclient.hc5 that implement Conduit Modifier and Type Class Description classAsyncHTTPConduitAsync HTTP Conduit using Apache HttpClient 5Methods in org.apache.cxf.transport.http.asyncclient.hc5 that return Conduit Modifier and Type Method Description ConduitAsyncHttpTransportFactory. getConduit(EndpointInfo endpointInfo, Bus bus)ConduitAsyncHttpTransportFactory. getConduit(EndpointInfo endpointInfo, org.apache.cxf.ws.addressing.EndpointReferenceType target, Bus bus) -
Uses of Conduit in org.apache.cxf.transport.http.netty.client
Classes in org.apache.cxf.transport.http.netty.client that implement Conduit Modifier and Type Class Description classNettyHttpConduitMethods in org.apache.cxf.transport.http.netty.client that return Conduit Modifier and Type Method Description ConduitNettyHttpTransportFactory. getConduit(EndpointInfo endpointInfo, Bus bus)ConduitNettyHttpTransportFactory. getConduit(EndpointInfo endpointInfo, org.apache.cxf.ws.addressing.EndpointReferenceType target, Bus bus) -
Uses of Conduit in org.apache.cxf.transport.jms
Classes in org.apache.cxf.transport.jms that implement Conduit Modifier and Type Class Description classJMSConduitJMSConduit is instantiated by the JMSTransportFactory which is selected by a client if the transport protocol starts with "jms:".Methods in org.apache.cxf.transport.jms that return Conduit Modifier and Type Method Description ConduitJMSTransportFactory. getConduit(EndpointInfo endpointInfo, Bus b)ConduitJMSTransportFactory. getConduit(EndpointInfo endpointInfo, org.apache.cxf.ws.addressing.EndpointReferenceType target, Bus bus)Initiate an outbound Conduit.protected ConduitJMSDestination. getInbuiltBackChannel(Message inMessage) -
Uses of Conduit in org.apache.cxf.transport.local
Classes in org.apache.cxf.transport.local that implement Conduit Modifier and Type Class Description classLocalConduitMethods in org.apache.cxf.transport.local that return Conduit Modifier and Type Method Description ConduitLocalTransportFactory. getConduit(EndpointInfo ei, Bus bus)ConduitLocalTransportFactory. getConduit(EndpointInfo ei, org.apache.cxf.ws.addressing.EndpointReferenceType target, Bus bus)protected ConduitLocalDestination. getInbuiltBackChannel(Message inMessage) -
Uses of Conduit in org.apache.cxf.transport.udp
Classes in org.apache.cxf.transport.udp that implement Conduit Modifier and Type Class Description classUDPConduitMethods in org.apache.cxf.transport.udp that return Conduit Modifier and Type Method Description ConduitUDPTransportFactory. getConduit(EndpointInfo ei, Bus bus)ConduitUDPTransportFactory. getConduit(EndpointInfo ei, org.apache.cxf.ws.addressing.EndpointReferenceType target, Bus bus)protected ConduitUDPDestination. getInbuiltBackChannel(Message inMessage) -
Uses of Conduit in org.apache.cxf.transport.websocket
Methods in org.apache.cxf.transport.websocket that return Conduit Modifier and Type Method Description ConduitWebSocketTransportFactory. getConduit(EndpointInfo endpointInfo, Bus b)ConduitWebSocketTransportFactory. getConduit(EndpointInfo endpointInfo, org.apache.cxf.ws.addressing.EndpointReferenceType target, Bus bus)Initiate an outbound Conduit. -
Uses of Conduit in org.apache.cxf.transport.websocket.ahc
Classes in org.apache.cxf.transport.websocket.ahc that implement Conduit Modifier and Type Class Description classAhcWebSocketConduit -
Uses of Conduit in org.apache.cxf.ws.addressing
Methods in org.apache.cxf.ws.addressing that return Conduit Modifier and Type Method Description static ConduitContextUtils. getConduit(Conduit conduit, Message message)Retreive Conduit from Exchange if not already availableMethods in org.apache.cxf.ws.addressing with parameters of type Conduit Modifier and Type Method Description static ConduitContextUtils. getConduit(Conduit conduit, Message message)Retreive Conduit from Exchange if not already available -
Uses of Conduit in org.apache.cxf.ws.policy
Methods in org.apache.cxf.ws.policy with parameters of type Conduit Modifier and Type Method Description <T> TPolicyDataEngineImpl. getClientEndpointPolicy(Message m, EndpointInfo ei, Conduit c, PolicyCalculator<T> policyCalculator)EndpointPolicyPolicyEngine. getClientEndpointPolicy(EndpointInfo ei, Conduit conduit, Message msg)EndpointPolicyPolicyEngineImpl. getClientEndpointPolicy(EndpointInfo ei, Conduit conduit, Message m)EffectivePolicyPolicyEngine. getEffectiveClientRequestPolicy(EndpointInfo ei, BindingOperationInfo boi, Conduit c, Message m)EffectivePolicyPolicyEngineImpl. getEffectiveClientRequestPolicy(EndpointInfo ei, BindingOperationInfo boi, Conduit c, Message m) -
Uses of Conduit in org.apache.cxf.ws.rm
Methods in org.apache.cxf.ws.rm that return Conduit Modifier and Type Method Description ConduitRMEndpoint. getConduit()Methods in org.apache.cxf.ws.rm with parameters of type Conduit Modifier and Type Method Description protected ClientProxy. createClient(Bus bus, Endpoint endpoint, ProtocolVariation protocol, Conduit conduit, org.apache.cxf.ws.addressing.EndpointReferenceType address) -
Uses of Conduit in org.apache.cxf.ws.rm.soap
Methods in org.apache.cxf.ws.rm.soap that return Conduit Modifier and Type Method Description protected ConduitRetransmissionQueueImpl. buildConduit(SoapMessage message, Endpoint endpoint, org.apache.cxf.ws.addressing.AttributedURIType to)
-