Package | Description |
---|---|
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.jms | |
org.apache.cxf.transport.local | |
org.apache.cxf.transport.servlet |
Modifier and Type | Class and Description |
---|---|
class |
BackendTcpConduit |
class |
SoapTcpDestination |
class |
TCPConduit |
Modifier and Type | Class and Description |
---|---|
class |
AbstractConduit
Abstract base class factoring out common Conduit logic,
allowing non-decoupled transports to be written without any
regard for the decoupled back-channel or partial response logic.
|
class |
AbstractDestination
Abstract base class factoring out common Destination logic,
allowing non-decoupled transports to be written without any
regard for the decoupled back-channel or partial response logic.
|
protected class |
AbstractDestination.AbstractBackChannelConduit
Backchannel conduit.
|
class |
AbstractMultiplexDestination |
Modifier and Type | Class and Description |
---|---|
class |
AbstractHTTPDestination
Common base for HTTP Destination implementations.
|
class |
AbstractHTTPDestination.BackChannelConduit
Backchannel conduit.
|
class |
HTTPConduit
This Conduit handles the "http" and "https" transport protocols.
|
Modifier and Type | Class and Description |
---|---|
class |
JAXWSHttpSpiDestination |
Modifier and Type | Class and Description |
---|---|
class |
JMSConduit
JMSConduit is instantiated by the JMSTransportFactory which is selected by a client if the transport
protocol starts with jms://.
|
class |
JMSDestination |
protected class |
JMSDestination.BackChannelConduit
Conduit for sending the reply back to the client
|
Modifier and Type | Class and Description |
---|---|
class |
LocalConduit |
class |
LocalDestination |
Modifier and Type | Class and Description |
---|---|
class |
ServletDestination |
Apache CXF