Uses of Class
org.apache.cxf.transport.AbstractObservable
Packages that use AbstractObservable
Package
Description
-
Uses of AbstractObservable in org.apache.cxf.transport
Subclasses of AbstractObservable in org.apache.cxf.transportModifier 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.classAbstract 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 classBackchannel conduit.class -
Uses of AbstractObservable in org.apache.cxf.transport.http
Subclasses of AbstractObservable in org.apache.cxf.transport.httpModifier and TypeClassDescriptionclassorg.apache.cxf.transport.http.AbstractHTTPDestination -
Uses of AbstractObservable in org.apache.cxf.transport.http_jaxws_spi
Subclasses of AbstractObservable in org.apache.cxf.transport.http_jaxws_spiModifier and TypeClassDescriptionclassorg.apache.cxf.transport.http_jaxws_spi.JAXWSHttpSpiDestination -
Uses of AbstractObservable in org.jboss.wsf.stack.cxf.addons.transports.udp
Subclasses of AbstractObservable in org.jboss.wsf.stack.cxf.addons.transports.udpModifier and TypeClassDescriptionclassA modified version of Apache CXF org.apache.cxf.transport.udp.UDPConduit that does not rely on Apache Mina and directly uses basic java.io for any type of datagram.classA modified version of Apache CXF org.apache.cxf.transport.udp.UDPDestination that does not rely on Apache Mina and directly uses basic java.io for any type of datagram. -
Uses of AbstractObservable in org.jboss.wsf.stack.cxf.addons.transports.undertow
Subclasses of AbstractObservable in org.jboss.wsf.stack.cxf.addons.transports.undertowModifier and TypeClassDescriptionclassHTTP destination to be used with Undertow; this extends the basic JAXWSHttpSpiDestination with all the mechanisms for properly handling destination and factory life-cycles.