| Package | Description |
|---|---|
| org.apache.cxf.transport |
Transport related classes.
|
| org.apache.cxf.transport.http | |
| org.apache.cxf.transport.http_jetty | |
| org.apache.cxf.transport.servlet | |
| org.apache.cxf.transport.servlet.servicelist |
| 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[] |
DestinationRegistry.getSortedDestinations() |
AbstractDestination[] |
DestinationRegistryImpl.getSortedDestinations() |
| Modifier and Type | Class and Description |
|---|---|
class |
JettyHTTPDestination |
| 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 |
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) |
void |
UnformattedServiceListWriter.writeServiceList(PrintWriter writer,
String baseAddress,
AbstractDestination[] soapDestinations,
AbstractDestination[] restDestinations) |
void |
UnformattedServiceListWriter.writeServiceList(PrintWriter writer,
String baseAddress,
AbstractDestination[] soapDestinations,
AbstractDestination[] restDestinations) |
Apache CXF