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

Packages that use AbstractDestination
org.apache.cxf.transport Transport related classes. 
org.apache.cxf.transport.http   
org.apache.cxf.transport.http_jetty   
org.apache.cxf.transport.jbi   
org.apache.cxf.transport.jms   
org.apache.cxf.transport.local   
org.apache.cxf.transport.servlet   
 

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_jetty
 

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

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

Subclasses of AbstractDestination in org.apache.cxf.transport.jbi
 class JBIDestination
           
 

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