Apache CXF API

Uses of Interface
org.apache.cxf.transport.DestinationWithEndpoint

Packages that use DestinationWithEndpoint
org.apache.cxf.transport   
org.apache.cxf.transport.http   
org.apache.cxf.transport.http_jetty   
org.apache.cxf.transport.http.netty.server   
org.apache.cxf.transport.jms   
org.apache.cxf.transport.local   
org.apache.cxf.transport.servlet   
org.apache.cxf.transport.udp   
org.apache.cxf.transport.websocket.atmosphere   
org.apache.cxf.transport.websocket.jetty   
 

Uses of DestinationWithEndpoint in org.apache.cxf.transport
 

Classes in org.apache.cxf.transport that implement DestinationWithEndpoint
 class AbstractDestination
          Abstract 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 AbstractMultiplexDestination
           
 

Uses of DestinationWithEndpoint in org.apache.cxf.transport.http
 

Classes in org.apache.cxf.transport.http that implement DestinationWithEndpoint
 class AbstractHTTPDestination
          Common base for HTTP Destination implementations.
 

Uses of DestinationWithEndpoint in org.apache.cxf.transport.http_jetty
 

Classes in org.apache.cxf.transport.http_jetty that implement DestinationWithEndpoint
 class JettyHTTPDestination
           
 

Uses of DestinationWithEndpoint in org.apache.cxf.transport.http.netty.server
 

Classes in org.apache.cxf.transport.http.netty.server that implement DestinationWithEndpoint
 class NettyHttpDestination
           
 

Uses of DestinationWithEndpoint in org.apache.cxf.transport.jms
 

Classes in org.apache.cxf.transport.jms that implement DestinationWithEndpoint
 class JMSDestination
           
 

Uses of DestinationWithEndpoint in org.apache.cxf.transport.local
 

Classes in org.apache.cxf.transport.local that implement DestinationWithEndpoint
 class LocalDestination
           
 

Uses of DestinationWithEndpoint in org.apache.cxf.transport.servlet
 

Classes in org.apache.cxf.transport.servlet that implement DestinationWithEndpoint
 class ServletDestination
           
 

Uses of DestinationWithEndpoint in org.apache.cxf.transport.udp
 

Classes in org.apache.cxf.transport.udp that implement DestinationWithEndpoint
 class UDPDestination
           
 

Uses of DestinationWithEndpoint in org.apache.cxf.transport.websocket.atmosphere
 

Classes in org.apache.cxf.transport.websocket.atmosphere that implement DestinationWithEndpoint
 class AtmosphereWebSocketServletDestination
           
 

Uses of DestinationWithEndpoint in org.apache.cxf.transport.websocket.jetty
 

Classes in org.apache.cxf.transport.websocket.jetty that implement DestinationWithEndpoint
 class JettyWebSocketDestination
           
 class JettyWebSocketServletDestination
           
 


Apache CXF API

Apache CXF