Package | Description |
---|---|
org.apache.cxf.transport.http | |
org.apache.cxf.transport.http_jaxws_spi | |
org.apache.cxf.transport.servlet | |
org.apache.cxf.transport.servlet.servicelist |
Modifier and Type | Class and Description |
---|---|
class |
DestinationRegistryImpl |
Modifier and Type | Field and Description |
---|---|
protected DestinationRegistry |
HTTPTransportFactory.registry |
protected DestinationRegistry |
AbstractHTTPDestination.registry |
Modifier and Type | Method and Description |
---|---|
DestinationRegistry |
HTTPTransportFactory.getRegistry() |
Modifier and Type | Method and Description |
---|---|
AbstractHTTPDestination |
HttpDestinationFactory.createDestination(EndpointInfo endpointInfo,
Bus bus,
DestinationRegistry registry) |
Constructor and Description |
---|
AbstractHTTPDestination(Bus b,
DestinationRegistry registry,
EndpointInfo ei,
String path,
boolean dp)
Constructor
|
HTTPTransportFactory(Bus b,
DestinationRegistry registry) |
HTTPTransportFactory(DestinationRegistry registry) |
Constructor and Description |
---|
JAXWSHttpSpiDestination(Bus b,
DestinationRegistry registry,
EndpointInfo ei) |
Modifier and Type | Field and Description |
---|---|
protected DestinationRegistry |
ServletController.destinationRegistry |
Modifier and Type | Method and Description |
---|---|
AbstractHTTPDestination |
ServletDestinationFactory.createDestination(EndpointInfo endpointInfo,
Bus bus,
DestinationRegistry registry) |
Constructor and Description |
---|
CXFNonSpringServlet(DestinationRegistry destinationRegistry) |
ServletController(DestinationRegistry destinationRegistry,
javax.servlet.ServletConfig config,
javax.servlet.http.HttpServlet serviceListGenerator) |
ServletDestination(Bus b,
DestinationRegistry registry,
EndpointInfo ei,
String path)
Constructor, allowing subsititution of configuration.
|
Constructor and Description |
---|
ServiceListGeneratorServlet(DestinationRegistry destinationRegistry,
Bus bus) |
Apache CXF