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 | |
org.apache.cxf.transport.servlet.servicelist |
Modifier and Type | Class and Description |
---|---|
class |
SoapTcpDestination |
Modifier and Type | Class and Description |
---|---|
class |
AbstractMultiplexDestination |
Modifier and Type | Class and Description |
---|---|
class |
AbstractHTTPDestination
Common base for HTTP Destination implementations.
|
Modifier and Type | Method and Description |
---|---|
AbstractDestination[] |
DestinationRegistryImpl.getSortedDestinations() |
AbstractDestination[] |
DestinationRegistry.getSortedDestinations() |
Modifier and Type | Class and Description |
---|---|
class |
JAXWSHttpSpiDestination |
Modifier and Type | Class and Description |
---|---|
class |
JMSDestination |
Modifier and Type | Class and Description |
---|---|
class |
LocalDestination |
Modifier and Type | Class and Description |
---|---|
class |
ServletDestination |
Modifier and Type | Method and Description |
---|---|
static void |
BaseUrlHelper.setAddress(AbstractDestination dest,
String absAddress) |
Modifier and Type | Method and Description |
---|---|
void |
UnformattedServiceListWriter.writeServiceList(PrintWriter writer,
String baseAddress,
AbstractDestination[] soapDestinations,
AbstractDestination[] restDestinations) |
void |
UnformattedServiceListWriter.writeServiceList(PrintWriter writer,
String baseAddress,
AbstractDestination[] soapDestinations,
AbstractDestination[] restDestinations) |
void |
FormattedServiceListWriter.writeServiceList(PrintWriter writer,
String basePath,
AbstractDestination[] soapDestinations,
AbstractDestination[] restDestinations) |
void |
FormattedServiceListWriter.writeServiceList(PrintWriter writer,
String basePath,
AbstractDestination[] soapDestinations,
AbstractDestination[] restDestinations) |
void |
ServiceListWriter.writeServiceList(PrintWriter writer,
String baseAddress,
AbstractDestination[] soapDestinations,
AbstractDestination[] restDestinations) |
void |
ServiceListWriter.writeServiceList(PrintWriter writer,
String baseAddress,
AbstractDestination[] soapDestinations,
AbstractDestination[] restDestinations) |
Apache CXF