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

Packages that use AbstractConduit
org.apache.cxf.transport Transport related classes. 
org.apache.cxf.transport.http   
org.apache.cxf.transport.jbi   
org.apache.cxf.transport.jms   
org.apache.cxf.transport.local   
 

Uses of AbstractConduit in org.apache.cxf.transport
 

Subclasses of AbstractConduit in org.apache.cxf.transport
protected  class AbstractDestination.AbstractBackChannelConduit
          Backchannel conduit.
 

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

Subclasses of AbstractConduit in org.apache.cxf.transport.http
 class AbstractHTTPDestination.BackChannelConduit
          Backchannel conduit.
 class HTTPConduit
          This Conduit handles the "http" and "https" transport protocols.
 

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

Subclasses of AbstractConduit in org.apache.cxf.transport.jbi
 class JBIConduit
           
protected  class JBIDestination.BackChannelConduit
           
 

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

Subclasses of AbstractConduit in org.apache.cxf.transport.jms
 class JMSConduit
          JMSConduit is instantiated by the JMSTransportfactory which is selected by a client if the transport protocol starts with jms:// JMSConduit converts CXF Messages to JMS Messages and sends the request by using a JMS destination.
protected  class JMSDestination.BackChannelConduit
          Conduit for sending the reply back to the client
 

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

Subclasses of AbstractConduit in org.apache.cxf.transport.local
 class LocalConduit
           
 



Apache CXF