Uses of Interface
org.apache.cxf.transport.http.DestinationRegistry
-
-
Uses of DestinationRegistry in org.apache.cxf.jaxrs.servlet
Constructors in org.apache.cxf.jaxrs.servlet with parameters of type DestinationRegistry Constructor Description CXFNonSpringJaxrsServlet(javax.ws.rs.core.Application app, DestinationRegistry destinationRegistry, Bus bus) -
Uses of DestinationRegistry in org.apache.cxf.transport.http
Classes in org.apache.cxf.transport.http that implement DestinationRegistry Modifier and Type Class Description classDestinationRegistryImplFields in org.apache.cxf.transport.http declared as DestinationRegistry Modifier and Type Field Description protected DestinationRegistryAbstractHTTPDestination. registryprotected DestinationRegistryHTTPTransportFactory. registryMethods in org.apache.cxf.transport.http that return DestinationRegistry Modifier and Type Method Description DestinationRegistryHTTPTransportFactory. getRegistry()Methods in org.apache.cxf.transport.http with parameters of type DestinationRegistry Modifier and Type Method Description AbstractHTTPDestinationHttpDestinationFactory. createDestination(EndpointInfo endpointInfo, Bus bus, DestinationRegistry registry)voidHTTPTransportFactory. setRegistry(DestinationRegistry newRegistry)Constructors in org.apache.cxf.transport.http with parameters of type DestinationRegistry Constructor Description AbstractHTTPDestination(Bus b, DestinationRegistry registry, EndpointInfo ei, String path, boolean dp)ConstructorHTTPTransportFactory(List<String> transportIds, DestinationRegistry registry)HTTPTransportFactory(DestinationRegistry registry) -
Uses of DestinationRegistry in org.apache.cxf.transport.http_jaxws_spi
Constructors in org.apache.cxf.transport.http_jaxws_spi with parameters of type DestinationRegistry Constructor Description JAXWSHttpSpiDestination(Bus b, DestinationRegistry registry, EndpointInfo ei) -
Uses of DestinationRegistry in org.apache.cxf.transport.http_jetty
Methods in org.apache.cxf.transport.http_jetty with parameters of type DestinationRegistry Modifier and Type Method Description AbstractHTTPDestinationJettyDestinationFactory. createDestination(EndpointInfo endpointInfo, Bus bus, DestinationRegistry registry)Constructors in org.apache.cxf.transport.http_jetty with parameters of type DestinationRegistry Constructor Description JettyHTTPDestination(Bus bus, DestinationRegistry registry, EndpointInfo ei, URL nurl, JettyHTTPServerEngineFactory serverEngineFactory)JettyHTTPDestination(Bus bus, DestinationRegistry registry, EndpointInfo ei, JettyHTTPServerEngineFactory serverEngineFactory)Constructor -
Uses of DestinationRegistry in org.apache.cxf.transport.http_undertow
Methods in org.apache.cxf.transport.http_undertow with parameters of type DestinationRegistry Modifier and Type Method Description AbstractHTTPDestinationUndertowDestinationFactory. createDestination(EndpointInfo endpointInfo, Bus bus, DestinationRegistry registry)Constructors in org.apache.cxf.transport.http_undertow with parameters of type DestinationRegistry Constructor Description UndertowHTTPDestination(Bus bus, DestinationRegistry registry, EndpointInfo ei, UndertowHTTPServerEngineFactory serverEngineFactory)Constructor -
Uses of DestinationRegistry in org.apache.cxf.transport.http.netty.server
Fields in org.apache.cxf.transport.http.netty.server declared as DestinationRegistry Modifier and Type Field Description protected DestinationRegistryNettyHttpTransportFactory. registryMethods in org.apache.cxf.transport.http.netty.server that return DestinationRegistry Modifier and Type Method Description DestinationRegistryNettyHttpTransportFactory. getRegistry()Methods in org.apache.cxf.transport.http.netty.server with parameters of type DestinationRegistry Modifier and Type Method Description AbstractHTTPDestinationNettyHttpDestinationFactory. createDestination(EndpointInfo endpointInfo, Bus bus, DestinationRegistry registry)Constructors in org.apache.cxf.transport.http.netty.server with parameters of type DestinationRegistry Constructor Description NettyHttpDestination(Bus b, DestinationRegistry registry, EndpointInfo ei, NettyHttpServerEngineFactory serverEngineFactory)ConstructorNettyHttpTransportFactory(DestinationRegistry registry) -
Uses of DestinationRegistry in org.apache.cxf.transport.servlet
Fields in org.apache.cxf.transport.servlet declared as DestinationRegistry Modifier and Type Field Description protected DestinationRegistryServletController. destinationRegistryMethods in org.apache.cxf.transport.servlet that return DestinationRegistry Modifier and Type Method Description protected DestinationRegistryCXFNonSpringServlet. getDestinationRegistryFromBusOrDefault(String transportId)Methods in org.apache.cxf.transport.servlet with parameters of type DestinationRegistry Modifier and Type Method Description AbstractHTTPDestinationServletDestinationFactory. createDestination(EndpointInfo endpointInfo, Bus bus, DestinationRegistry registry)Constructors in org.apache.cxf.transport.servlet with parameters of type DestinationRegistry Constructor 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) -
Uses of DestinationRegistry in org.apache.cxf.transport.servlet.servicelist
Constructors in org.apache.cxf.transport.servlet.servicelist with parameters of type DestinationRegistry Constructor Description ServiceListGeneratorServlet(DestinationRegistry destinationRegistry, Bus bus) -
Uses of DestinationRegistry in org.apache.cxf.transport.websocket
Fields in org.apache.cxf.transport.websocket declared as DestinationRegistry Modifier and Type Field Description protected DestinationRegistryWebSocketTransportFactory. registryMethods in org.apache.cxf.transport.websocket that return DestinationRegistry Modifier and Type Method Description DestinationRegistryWebSocketTransportFactory. getRegistry()Methods in org.apache.cxf.transport.websocket with parameters of type DestinationRegistry Modifier and Type Method Description AbstractHTTPDestinationWebSocketDestinationFactory. createDestination(EndpointInfo endpointInfo, Bus bus, DestinationRegistry registry)Constructors in org.apache.cxf.transport.websocket with parameters of type DestinationRegistry Constructor Description WebSocketTransportFactory(DestinationRegistry registry) -
Uses of DestinationRegistry in org.apache.cxf.transport.websocket.atmosphere
Constructors in org.apache.cxf.transport.websocket.atmosphere with parameters of type DestinationRegistry Constructor 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) -
Uses of DestinationRegistry in org.apache.cxf.transport.websocket.jetty10
Constructors in org.apache.cxf.transport.websocket.jetty10 with parameters of type DestinationRegistry Constructor Description Jetty10WebSocketDestination(Bus bus, DestinationRegistry registry, EndpointInfo ei, JettyHTTPServerEngineFactory serverEngineFactory) -
Uses of DestinationRegistry in org.apache.cxf.transport.websocket.undertow
Constructors in org.apache.cxf.transport.websocket.undertow with parameters of type DestinationRegistry Constructor Description UndertowWebSocketDestination(Bus bus, DestinationRegistry registry, EndpointInfo ei, UndertowHTTPServerEngineFactory serverEngineFactory)
-