| Package | Description |
|---|---|
| org.apache.cxf.transport.http | |
| 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(org.apache.cxf.service.model.EndpointInfo endpointInfo,
org.apache.cxf.Bus bus,
DestinationRegistry registry) |
void |
HTTPTransportFactory.setRegistry(DestinationRegistry newRegistry) |
| Constructor and Description |
|---|
AbstractHTTPDestination(org.apache.cxf.Bus b,
DestinationRegistry registry,
org.apache.cxf.service.model.EndpointInfo ei,
String path,
boolean dp)
Constructor
|
HTTPTransportFactory(DestinationRegistry registry) |
HTTPTransportFactory(List<String> transportIds,
DestinationRegistry registry) |
| Modifier and Type | Field and Description |
|---|---|
protected DestinationRegistry |
ServletController.destinationRegistry |
| Modifier and Type | Method and Description |
|---|---|
protected DestinationRegistry |
CXFNonSpringServlet.getDestinationRegistryFromBusOrDefault(String transportId) |
| Modifier and Type | Method and Description |
|---|---|
AbstractHTTPDestination |
ServletDestinationFactory.createDestination(org.apache.cxf.service.model.EndpointInfo endpointInfo,
org.apache.cxf.Bus bus,
DestinationRegistry registry) |
| Constructor and Description |
|---|
CXFNonSpringServlet(DestinationRegistry destinationRegistry) |
CXFNonSpringServlet(DestinationRegistry destinationRegistry,
boolean loadBus) |
CXFNonSpringServlet(DestinationRegistry destinationRegistry,
org.apache.cxf.Bus bus) |
ServletController(DestinationRegistry destinationRegistry,
javax.servlet.ServletConfig config,
javax.servlet.http.HttpServlet serviceListGenerator) |
ServletDestination(org.apache.cxf.Bus b,
DestinationRegistry registry,
org.apache.cxf.service.model.EndpointInfo ei,
String path)
Constructor, allowing subsititution of configuration.
|
ServletDestination(org.apache.cxf.Bus b,
DestinationRegistry registry,
org.apache.cxf.service.model.EndpointInfo ei,
String path,
boolean dp) |
| Constructor and Description |
|---|
ServiceListGeneratorServlet(DestinationRegistry destinationRegistry,
org.apache.cxf.Bus bus) |
Apache CXF