Uses of Interface
org.apache.cxf.transport.DestinationWithEndpoint
Packages that use DestinationWithEndpoint
Package
Description
-
Uses of DestinationWithEndpoint in org.apache.cxf.transport
Classes in org.apache.cxf.transport that implement DestinationWithEndpointModifier and TypeClassDescriptionclassAbstract 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.class -
Uses of DestinationWithEndpoint in org.apache.cxf.transport.http
Classes in org.apache.cxf.transport.http that implement DestinationWithEndpointModifier and TypeClassDescriptionclassorg.apache.cxf.transport.http.AbstractHTTPDestination -
Uses of DestinationWithEndpoint in org.apache.cxf.transport.http_jaxws_spi
Classes in org.apache.cxf.transport.http_jaxws_spi that implement DestinationWithEndpointModifier and TypeClassDescriptionclassorg.apache.cxf.transport.http_jaxws_spi.JAXWSHttpSpiDestination -
Uses of DestinationWithEndpoint in org.jboss.wsf.stack.cxf.addons.transports.udp
Classes in org.jboss.wsf.stack.cxf.addons.transports.udp that implement DestinationWithEndpointModifier 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 DestinationWithEndpoint in org.jboss.wsf.stack.cxf.addons.transports.undertow
Classes in org.jboss.wsf.stack.cxf.addons.transports.undertow that implement DestinationWithEndpointModifier 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.