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 | Class and Description |
---|---|
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.
|
class |
AbstractMultiplexDestination |
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 |
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 © 2021 JBoss by Red Hat. All rights reserved.