Uses of Interface
org.apache.cxf.transport.Observable
- 
Packages that use Observable Package Description org.apache.cxf.transport 
- 
- 
Uses of Observable in org.apache.cxf.transportSubinterfaces of Observable in org.apache.cxf.transport Modifier and Type Interface Description interfaceConduitA pipe between peers that channels transport-level messages.interfaceDestinationA Destination is a transport-level endpoint capable of receiving unsolicited incoming messages from different peers.interfaceMultiplexDestinationA MultiplexDestination is a transport-level endpoint capable of receiving unsolicited incoming messages from different peers for multiple targets identified by a unique id.Classes in org.apache.cxf.transport that implement Observable 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.classAbstractDestinationAbstract 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 classAbstractDestination.AbstractBackChannelConduitBackchannel conduit.classAbstractMultiplexDestinationclassAbstractObservable
 
-