Package org.apache.cxf.transport
package org.apache.cxf.transport
Transport related classes.
-
ClassDescriptionAbstract 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.Abstract base class factoring out common Destination logic, allowing non-decoupled transports to be written without any regard for the decoupled back-channel or partial response logic.Helper methods for
DestinationFactory
s andConduitInitiator
s.API used in the to allow a message exchange participant to assert its capabilities for the underlying message.A pipe between peers that channels transport-level messages.Factory for Conduits.The ConduitInitiatorManager provides an interface to register and retrieve transport factories.A Destination is a transport-level endpoint capable of receiving unsolicited incoming messages from different peers.Factory for Destinations.The DestinationFactoryManager provides an interface to register and retrieve transport factories.A destination that has a specific endpoint.Observer for incoming messages.This MessageObserver creates an Interceptor chain which adds in the interceptors set on this class and the global Bus interceptors.A MultiplexDestination is a transport-level endpoint capable of receiving unsolicited incoming messages from different peers for multiple targets identified by a unique id.Allows Observers to register for notification on incoming messages.A Session which can be bound to HTTP, WS-Adddressing, etc.