Uses of Class
org.apache.cxf.transport.AbstractObservable
-
Packages that use AbstractObservable Package Description org.apache.cxf.transport -
-
Uses of AbstractObservable in org.apache.cxf.transport
Subclasses of AbstractObservable in org.apache.cxf.transport Modifier and Type Class 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.class
AbstractDestination
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.protected class
AbstractDestination.AbstractBackChannelConduit
Backchannel conduit.class
AbstractMultiplexDestination
-