Apache CXF API

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

Packages that use AbstractDestination
org.apache.cxf.binding.soap.tcp   
org.apache.cxf.transport Transport related classes. 
org.apache.cxf.transport.http   
org.apache.cxf.transport.http_jaxws_spi   
org.apache.cxf.transport.http_jetty   
org.apache.cxf.transport.http_osgi   
org.apache.cxf.transport.jms   
org.apache.cxf.transport.local   
org.apache.cxf.transport.servlet   
 

Uses of AbstractDestination in org.apache.cxf.binding.soap.tcp
 

Subclasses of AbstractDestination in org.apache.cxf.binding.soap.tcp
 class SoapTcpDestination
           
 

Uses of AbstractDestination in org.apache.cxf.transport
 

Subclasses of AbstractDestination in org.apache.cxf.transport
 class AbstractMultiplexDestination
           
 

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

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

Uses of AbstractDestination in org.apache.cxf.transport.http_jaxws_spi
 

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

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

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

Uses of AbstractDestination in org.apache.cxf.transport.http_osgi
 

Subclasses of AbstractDestination in org.apache.cxf.transport.http_osgi
 class OsgiDestination
           
 

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

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

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

Subclasses of AbstractDestination in org.apache.cxf.transport.local
 class LocalDestination
           
 

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

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


Apache CXF API

Apache CXF