Apache CXF API

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

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

Uses of MultiplexDestination in org.apache.cxf.binding.corba
 

Classes in org.apache.cxf.binding.corba that implement MultiplexDestination
 class CorbaDestination
           
 

Uses of MultiplexDestination in org.apache.cxf.transport
 

Classes in org.apache.cxf.transport that implement MultiplexDestination
 class AbstractMultiplexDestination
           
 

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

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

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

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

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

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

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

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

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

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

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

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

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

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


Apache CXF API

Apache CXF