Uses of Interface
org.apache.cxf.transport.Conduit
Packages that use Conduit
Package
Description
-
Uses of Conduit in org.apache.cxf.binding.corba
Classes in org.apache.cxf.binding.corba that implement ConduitMethods in org.apache.cxf.binding.corba that return ConduitModifier and TypeMethodDescriptionCorbaDestination.getBackChannel(Message inMessage) CorbaBindingFactory.getConduit(EndpointInfo endpointInfo, Bus bus) CorbaBindingFactory.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 ConduitModifier and TypeMethodDescriptionSoapTransportFactory.getConduit(EndpointInfo ei, Bus b) SoapTransportFactory.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 ConduitModifier and TypeMethodDescriptionCircuitBreakerTargetSelector.selectConduit(Message message) FailoverTargetSelector.selectConduit(Message message) Called when a Conduit is actually required.LoadDistributorTargetSelector.selectConduit(Message message) Called when a Conduit is actually required.Methods in org.apache.cxf.clustering with parameters of type ConduitModifier and TypeMethodDescriptionprotected booleanFailoverTargetSelector.replaceEndpointAddressPropertyIfNeeded(Message message, String endpointAddress, Conduit cond) Constructors in org.apache.cxf.clustering with parameters of type ConduitModifierConstructorDescriptionConstructor, allowing a specific conduit to override normal selection.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 ConduitMethods in org.apache.cxf.endpoint that return ConduitModifier and TypeMethodDescriptionprotected ConduitAbstractConduitSelector.createConduit(Message message, Exchange exchange, ConduitInitiator conduitInitiator) protected ConduitAbstractConduitSelector.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 ConduitAbstractConduitSelector.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.Methods in org.apache.cxf.endpoint with parameters of type ConduitModifier and TypeMethodDescriptionprotected voidAbstractConduitSelector.removeConduit(Conduit conduit) protected booleanAbstractConduitSelector.replaceEndpointAddressPropertyIfNeeded(Message message, String endpointAddress, Conduit cond) Constructors in org.apache.cxf.endpoint with parameters of type ConduitModifierConstructorDescriptionConstructor, 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
Methods in org.apache.cxf.interceptor that return ConduitModifier and TypeMethodDescriptionprotected 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 ConduitModifier and TypeMethodDescriptionClientConfiguration.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 ConduitModifier and TypeMethodDescriptionExchange.getConduit(Message message) ExchangeImpl.getConduit(Message message) Methods in org.apache.cxf.message with parameters of type ConduitModifier and TypeMethodDescriptionvoidExchange.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 ConduitModifier and TypeMethodDescription<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 ConduitModifier and TypeClassDescriptionclassAbstract 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 classBackchannel conduit.Methods in org.apache.cxf.transport that return ConduitModifier 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 ConduitAbstractDestination.getInbuiltBackChannel(Message inMessage) -
Uses of Conduit in org.apache.cxf.transport.http
Classes in org.apache.cxf.transport.http that implement ConduitModifier and TypeClassDescriptionclassBackchannel conduit.classclassThis Conduit handles the "http" and "https" transport protocols.classMethods in org.apache.cxf.transport.http that return ConduitModifier and TypeMethodDescriptionHTTPTransportFactory.getConduit(EndpointInfo endpointInfo, Bus bus) This call creates a new HTTPConduit for the endpoint.HTTPTransportFactory.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 ConduitMethods in org.apache.cxf.transport.http.asyncclient that return ConduitModifier and TypeMethodDescriptionAsyncHttpTransportFactory.getConduit(EndpointInfo endpointInfo, Bus bus) AsyncHttpTransportFactory.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 ConduitModifier and TypeClassDescriptionclassAsync HTTP Conduit using Apache HttpClient 5Methods in org.apache.cxf.transport.http.asyncclient.hc5 that return ConduitModifier and TypeMethodDescriptionAsyncHttpTransportFactory.getConduit(EndpointInfo endpointInfo, Bus bus) AsyncHttpTransportFactory.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 ConduitMethods in org.apache.cxf.transport.http.netty.client that return ConduitModifier and TypeMethodDescriptionNettyHttpTransportFactory.getConduit(EndpointInfo endpointInfo, Bus bus) NettyHttpTransportFactory.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 ConduitModifier and TypeClassDescriptionclassJMSConduit 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 ConduitModifier and TypeMethodDescriptionJMSTransportFactory.getConduit(EndpointInfo endpointInfo, Bus b) JMSTransportFactory.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 ConduitMethods in org.apache.cxf.transport.local that return ConduitModifier and TypeMethodDescriptionLocalTransportFactory.getConduit(EndpointInfo ei, Bus bus) LocalTransportFactory.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 ConduitMethods in org.apache.cxf.transport.udp that return ConduitModifier and TypeMethodDescriptionUDPTransportFactory.getConduit(EndpointInfo ei, Bus bus) UDPTransportFactory.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 ConduitModifier and TypeMethodDescriptionWebSocketTransportFactory.getConduit(EndpointInfo endpointInfo, Bus b) WebSocketTransportFactory.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 -
Uses of Conduit in org.apache.cxf.ws.addressing
Methods in org.apache.cxf.ws.addressing that return ConduitModifier and TypeMethodDescriptionstatic ConduitContextUtils.getConduit(Conduit conduit, Message message) Retreive Conduit from Exchange if not already availableMethods in org.apache.cxf.ws.addressing with parameters of type ConduitModifier and TypeMethodDescriptionstatic 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 ConduitModifier and TypeMethodDescription<T> TPolicyDataEngineImpl.getClientEndpointPolicy(Message m, EndpointInfo ei, Conduit c, PolicyCalculator<T> policyCalculator) PolicyEngine.getClientEndpointPolicy(EndpointInfo ei, Conduit conduit, Message msg) PolicyEngineImpl.getClientEndpointPolicy(EndpointInfo ei, Conduit conduit, Message m) PolicyEngine.getEffectiveClientRequestPolicy(EndpointInfo ei, BindingOperationInfo boi, Conduit c, Message m) PolicyEngineImpl.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 ConduitMethods in org.apache.cxf.ws.rm with parameters of type ConduitModifier and TypeMethodDescriptionprotected 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 ConduitModifier and TypeMethodDescriptionprotected ConduitRetransmissionQueueImpl.buildConduit(SoapMessage message, Endpoint endpoint, org.apache.cxf.ws.addressing.AttributedURIType to)