Apache CXF API

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

Packages that use AbstractConduit
org.apache.cxf.binding.soap.tcp   
org.apache.cxf.transport Transport related classes. 
org.apache.cxf.transport.http   
org.apache.cxf.transport.jms   
org.apache.cxf.transport.local   
 

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

Subclasses of AbstractConduit in org.apache.cxf.binding.soap.tcp
 class BackendTcpConduit
           
 class TCPConduit
           
 

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.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://.
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 API

Apache CXF