Apache CXF API

Uses of Class
org.apache.cxf.transport.AbstractMultiplexDestination

Packages that use AbstractMultiplexDestination
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.servlet   
org.apache.cxf.transport.websocket.atmosphere   
org.apache.cxf.transport.websocket.jetty   
 

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

Subclasses of AbstractMultiplexDestination in org.apache.cxf.transport.http
 class AbstractHTTPDestination
          Common base for HTTP Destination implementations.
 

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

Subclasses of AbstractMultiplexDestination in org.apache.cxf.transport.http_jetty
 class JettyHTTPDestination
           
 

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

Subclasses of AbstractMultiplexDestination in org.apache.cxf.transport.http.netty.server
 class NettyHttpDestination
           
 

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

Subclasses of AbstractMultiplexDestination in org.apache.cxf.transport.jms
 class JMSDestination
           
 

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

Subclasses of AbstractMultiplexDestination in org.apache.cxf.transport.servlet
 class ServletDestination
           
 

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

Subclasses of AbstractMultiplexDestination in org.apache.cxf.transport.websocket.atmosphere
 class AtmosphereWebSocketServletDestination
           
 

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

Subclasses of AbstractMultiplexDestination in org.apache.cxf.transport.websocket.jetty
 class JettyWebSocketDestination
           
 class JettyWebSocketServletDestination
           
 


Apache CXF API

Apache CXF