| Modifier and Type | Class and Description |
|---|---|
class |
DestinationRegistryImpl |
| Modifier and Type | Field and Description |
|---|---|
protected DestinationRegistry |
AbstractHTTPDestination.registry |
protected DestinationRegistry |
HTTPTransportFactory.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) |
void |
HTTPTransportFactory.setRegistry(DestinationRegistry newRegistry) |
| Constructor and Description |
|---|
AbstractHTTPDestination(Bus b,
DestinationRegistry registry,
EndpointInfo ei,
String path,
boolean dp)
Constructor
|
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 |
NettyHttpTransportFactory.registry |
| Modifier and Type | Method and Description |
|---|---|
DestinationRegistry |
NettyHttpTransportFactory.getRegistry() |
| Modifier and Type | Method and Description |
|---|---|
AbstractHTTPDestination |
NettyHttpDestinationFactory.createDestination(EndpointInfo endpointInfo,
Bus bus,
DestinationRegistry registry) |
| Constructor and Description |
|---|
NettyHttpDestination(Bus b,
DestinationRegistry registry,
EndpointInfo ei,
NettyHttpServerEngineFactory serverEngineFactory)
Constructor
|
NettyHttpTransportFactory(DestinationRegistry registry) |
| Modifier and Type | Field and Description |
|---|---|
protected DestinationRegistry |
ServletController.destinationRegistry |
| Modifier and Type | Method and Description |
|---|---|
protected DestinationRegistry |
CXFNonSpringServlet.getDestinationRegistryFromBus() |
| 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.
|
ServletDestination(Bus b,
DestinationRegistry registry,
EndpointInfo ei,
String path,
boolean dp) |
| Constructor and Description |
|---|
ServiceListGeneratorServlet(DestinationRegistry destinationRegistry,
Bus bus) |
| Modifier and Type | Field and Description |
|---|---|
protected DestinationRegistry |
WebSocketTransportFactory.registry |
| Modifier and Type | Method and Description |
|---|---|
DestinationRegistry |
WebSocketTransportFactory.getRegistry() |
| Modifier and Type | Method and Description |
|---|---|
AbstractHTTPDestination |
WebSocketDestinationFactory.createDestination(EndpointInfo endpointInfo,
Bus bus,
DestinationRegistry registry) |
| Constructor and Description |
|---|
WebSocketTransportFactory(DestinationRegistry registry) |
| Constructor and Description |
|---|
AtmosphereWebSocketJettyDestination(Bus bus,
DestinationRegistry registry,
EndpointInfo ei,
JettyHTTPServerEngineFactory serverEngineFactory) |
AtmosphereWebSocketServletDestination(Bus bus,
DestinationRegistry registry,
EndpointInfo ei,
String path) |
| Constructor and Description |
|---|
JettyWebSocketDestination(Bus bus,
DestinationRegistry registry,
EndpointInfo ei,
JettyHTTPServerEngineFactory serverEngineFactory) |
| Constructor and Description |
|---|
Jetty9WebSocketDestination(Bus bus,
DestinationRegistry registry,
EndpointInfo ei,
JettyHTTPServerEngineFactory serverEngineFactory) |
Apache CXF