Uses of Interface
org.apache.cxf.transport.Observable
Packages that use Observable
Package
Description
-
Uses of Observable in org.apache.cxf.transport
Subinterfaces of Observable in org.apache.cxf.transportModifier and TypeInterfaceDescriptioninterfaceA pipe between peers that channels transport-level messages.interfaceA Destination is a transport-level endpoint capable of receiving unsolicited incoming messages from different peers.interfaceA 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 ObservableModifier 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.classclass -
Uses of Observable in org.apache.cxf.transport.http
Classes in org.apache.cxf.transport.http that implement ObservableModifier and TypeClassDescriptionclassorg.apache.cxf.transport.http.AbstractHTTPDestination -
Uses of Observable in org.apache.cxf.transport.http_jaxws_spi
Classes in org.apache.cxf.transport.http_jaxws_spi that implement ObservableModifier and TypeClassDescriptionclassorg.apache.cxf.transport.http_jaxws_spi.JAXWSHttpSpiDestination -
Uses of Observable in org.jboss.wsf.stack.cxf.addons.transports.udp
Classes in org.jboss.wsf.stack.cxf.addons.transports.udp that implement ObservableModifier 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 Observable in org.jboss.wsf.stack.cxf.addons.transports.undertow
Classes in org.jboss.wsf.stack.cxf.addons.transports.undertow that implement ObservableModifier 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.