| 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 | Method and Description |
|---|---|
AbstractHTTPDestination |
JettyDestinationFactory.createDestination(EndpointInfo endpointInfo,
Bus bus,
DestinationRegistry registry) |
| Constructor and Description |
|---|
JettyHTTPDestination(Bus bus,
DestinationRegistry registry,
EndpointInfo ei,
JettyHTTPServerEngineFactory serverEngineFactory)
Constructor
|
| 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) |
CXFNonSpringServlet(DestinationRegistry destinationRegistry,
boolean loadBus) |
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