Package | Description |
---|---|
org.apache.cxf.transport |
Transport related classes.
|
org.apache.cxf.transport.http | |
org.apache.cxf.transport.http_jaxws_spi | |
org.jboss.wsf.stack.cxf.addons.transports.udp | |
org.jboss.wsf.stack.cxf.addons.transports.undertow |
Modifier and Type | Interface and Description |
---|---|
interface |
Conduit
A pipe between peers that channels transport-level messages.
|
interface |
Destination
A Destination is a transport-level endpoint capable of receiving
unsolicited incoming messages from different peers.
|
interface |
MultiplexDestination
A MultiplexDestination is a transport-level endpoint capable of receiving
unsolicited incoming messages from different peers for multiple targets
identified by a unique id.
|
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 |
class |
AbstractObservable |
Modifier and Type | Class and Description |
---|---|
class |
org.apache.cxf.transport.http.AbstractHTTPDestination |
Modifier and Type | Class and Description |
---|---|
class |
org.apache.cxf.transport.http_jaxws_spi.JAXWSHttpSpiDestination |
Modifier and Type | Class and Description |
---|---|
class |
UDPConduit
A modified version of Apache CXF org.apache.cxf.transport.udp.UDPConduit
that does not rely on Apache Mina and directly uses basic java.io for
any type of datagram.
|
class |
UDPDestination
A modified version of Apache CXF org.apache.cxf.transport.udp.UDPDestination
that does not rely on Apache Mina and directly uses basic java.io for any
type of datagram.
|
Modifier and Type | Class and Description |
---|---|
class |
UndertowServerDestination
HTTP destination to be used with Undertow; this extends the
basic JAXWSHttpSpiDestination with all the mechanisms for properly
handling destination and factory life-cycles.
|
Copyright © 2017 JBoss by Red Hat. All rights reserved.