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_jaxws_spi   
org.apache.cxf.transport.http_jetty   
org.apache.cxf.transport.jms   
org.apache.cxf.transport.servlet   
 

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_jaxws_spi
 

Subclasses of AbstractMultiplexDestination in org.apache.cxf.transport.http_jaxws_spi
 class JAXWSHttpSpiDestination
           
 

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.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
           
 


Apache CXF API

Apache CXF