Uses of Class
org.apache.cxf.transport.AbstractDestination
Packages that use AbstractDestination
Package
Description
-
Uses of AbstractDestination in org.apache.cxf.transport
Subclasses of AbstractDestination in org.apache.cxf.transport -
Uses of AbstractDestination in org.apache.cxf.transport.http
Subclasses of AbstractDestination in org.apache.cxf.transport.httpModifier and TypeClassDescriptionclassorg.apache.cxf.transport.http.AbstractHTTPDestination -
Uses of AbstractDestination in org.apache.cxf.transport.http_jaxws_spi
Subclasses of AbstractDestination in org.apache.cxf.transport.http_jaxws_spiModifier and TypeClassDescriptionclassorg.apache.cxf.transport.http_jaxws_spi.JAXWSHttpSpiDestination -
Uses of AbstractDestination in org.jboss.wsf.stack.cxf.addons.transports.udp
Subclasses of AbstractDestination in org.jboss.wsf.stack.cxf.addons.transports.udpModifier and TypeClassDescriptionclassA 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 AbstractDestination in org.jboss.wsf.stack.cxf.addons.transports.undertow
Subclasses of AbstractDestination 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.