Constructor and Description |
---|
CXFNonSpringJaxrsServlet(javax.ws.rs.core.Application app,
DestinationRegistry destinationRegistry,
Bus bus) |
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) |
HTTPTransportFactory(List<String> transportIds,
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
|
JettyHTTPDestination(Bus bus,
DestinationRegistry registry,
EndpointInfo ei,
URL nurl,
JettyHTTPServerEngineFactory serverEngineFactory) |
Modifier and Type | Method and Description |
---|---|
AbstractHTTPDestination |
UndertowDestinationFactory.createDestination(EndpointInfo endpointInfo,
Bus bus,
DestinationRegistry registry) |
Constructor and Description |
---|
UndertowHTTPDestination(Bus bus,
DestinationRegistry registry,
EndpointInfo ei,
UndertowHTTPServerEngineFactory 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.getDestinationRegistryFromBusOrDefault(String transportId) |
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) |
CXFNonSpringServlet(DestinationRegistry destinationRegistry,
Bus bus) |
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) |
AtmosphereWebSocketUndertowDestination(Bus bus,
DestinationRegistry registry,
EndpointInfo ei,
UndertowHTTPServerEngineFactory serverEngineFactory) |
Constructor and Description |
---|
Jetty9WebSocketDestination(Bus bus,
DestinationRegistry registry,
EndpointInfo ei,
JettyHTTPServerEngineFactory serverEngineFactory) |
Constructor and Description |
---|
UndertowWebSocketDestination(Bus bus,
DestinationRegistry registry,
EndpointInfo ei,
UndertowHTTPServerEngineFactory serverEngineFactory) |
Apache CXF