Uses of Class
org.apache.cxf.transport.AbstractObservable
-
Packages that use AbstractObservable Package Description org.apache.cxf.transport Transport related classes.org.apache.cxf.transport.http org.apache.cxf.transport.http_jaxws_spi org.jboss.wsf.stack.cxf.addons.transports.udp org.jboss.wsf.stack.cxf.addons.transports.undertow -
-
Uses of AbstractObservable in org.apache.cxf.transport
Subclasses of AbstractObservable in org.apache.cxf.transport 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.classAbstractMultiplexDestination -
Uses of AbstractObservable in org.apache.cxf.transport.http
Subclasses of AbstractObservable in org.apache.cxf.transport.http with annotations of type with type parameters of type that implement declared as with annotations of type with type parameters of type with annotations of type with annotations of type with type parameters of type that return that return types with arguments of type with parameters of type with type arguments of type that throw with annotations of type with annotations of type with parameters of type with type arguments of type that throw Modifier and Type Class Description classorg.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_spi with annotations of type with type parameters of type that implement declared as with annotations of type with type parameters of type with annotations of type with annotations of type with type parameters of type that return that return types with arguments of type with parameters of type with type arguments of type that throw with annotations of type with annotations of type with parameters of type with type arguments of type that throw Modifier and Type Class Description classorg.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.udp Modifier and Type Class Description classUDPConduitA 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.classUDPDestinationA 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.undertow Modifier and Type Class Description classUndertowServerDestinationHTTP destination to be used with Undertow; this extends the basic JAXWSHttpSpiDestination with all the mechanisms for properly handling destination and factory life-cycles.
-