Uses of Class
org.apache.cxf.transport.http.AbstractHTTPDestination
Packages that use AbstractHTTPDestination
Package
Description
-
Uses of AbstractHTTPDestination in org.apache.cxf.transport.http
Methods in org.apache.cxf.transport.http that return AbstractHTTPDestinationModifier and TypeMethodDescriptionDestinationRegistry.checkRestfulRequest(String address) DestinationRegistryImpl.checkRestfulRequest(String address) HttpDestinationFactory.createDestination(EndpointInfo endpointInfo, Bus bus, DestinationRegistry registry) DestinationRegistry.getDestinationForPath(String path) DestinationRegistry.getDestinationForPath(String path, boolean tryDecoding) DestinationRegistryImpl.getDestinationForPath(String path) DestinationRegistryImpl.getDestinationForPath(String path, boolean tryDecoding) Methods in org.apache.cxf.transport.http that return types with arguments of type AbstractHTTPDestinationModifier and TypeMethodDescriptionDestinationRegistry.getDestinations()DestinationRegistryImpl.getDestinations()Methods in org.apache.cxf.transport.http with parameters of type AbstractHTTPDestinationModifier and TypeMethodDescriptionvoidDestinationRegistry.addDestination(AbstractHTTPDestination destination) voidDestinationRegistryImpl.addDestination(AbstractHTTPDestination destination) voidHttpDestinationConfig.apply(AbstractHTTPDestination destination) -
Uses of AbstractHTTPDestination in org.apache.cxf.transport.http_jaxws_spi
Subclasses of AbstractHTTPDestination in org.apache.cxf.transport.http_jaxws_spi -
Uses of AbstractHTTPDestination in org.apache.cxf.transport.http_jetty
Subclasses of AbstractHTTPDestination in org.apache.cxf.transport.http_jettyMethods in org.apache.cxf.transport.http_jetty that return AbstractHTTPDestinationModifier and TypeMethodDescriptionJettyDestinationFactory.createDestination(EndpointInfo endpointInfo, Bus bus, DestinationRegistry registry) -
Uses of AbstractHTTPDestination in org.apache.cxf.transport.http_undertow
Subclasses of AbstractHTTPDestination in org.apache.cxf.transport.http_undertowMethods in org.apache.cxf.transport.http_undertow that return AbstractHTTPDestinationModifier and TypeMethodDescriptionUndertowDestinationFactory.createDestination(EndpointInfo endpointInfo, Bus bus, DestinationRegistry registry) -
Uses of AbstractHTTPDestination in org.apache.cxf.transport.http.netty.server
Subclasses of AbstractHTTPDestination in org.apache.cxf.transport.http.netty.serverMethods in org.apache.cxf.transport.http.netty.server that return AbstractHTTPDestinationModifier and TypeMethodDescriptionNettyHttpDestinationFactory.createDestination(EndpointInfo endpointInfo, Bus bus, DestinationRegistry registry) -
Uses of AbstractHTTPDestination in org.apache.cxf.transport.servlet
Subclasses of AbstractHTTPDestination in org.apache.cxf.transport.servletMethods in org.apache.cxf.transport.servlet that return AbstractHTTPDestinationModifier and TypeMethodDescriptionServletDestinationFactory.createDestination(EndpointInfo endpointInfo, Bus bus, DestinationRegistry registry) Methods in org.apache.cxf.transport.servlet with parameters of type AbstractHTTPDestinationModifier and TypeMethodDescriptionvoidServletController.invokeDestination(jakarta.servlet.http.HttpServletRequest request, jakarta.servlet.http.HttpServletResponse response, AbstractHTTPDestination d) protected voidServletController.updateDestination(jakarta.servlet.http.HttpServletRequest request, String base, AbstractHTTPDestination d) protected voidServletController.updateDestination(jakarta.servlet.http.HttpServletRequest request, AbstractHTTPDestination d) -
Uses of AbstractHTTPDestination in org.apache.cxf.transport.websocket
Methods in org.apache.cxf.transport.websocket that return AbstractHTTPDestinationModifier and TypeMethodDescriptionWebSocketDestinationFactory.createDestination(EndpointInfo endpointInfo, Bus bus, DestinationRegistry registry) -
Uses of AbstractHTTPDestination in org.apache.cxf.transport.websocket.atmosphere
Subclasses of AbstractHTTPDestination in org.apache.cxf.transport.websocket.atmosphereModifier and TypeClassDescriptionclassclassWebSocket Servlet Destination based on Atmosphereclass -
Uses of AbstractHTTPDestination in org.apache.cxf.transport.websocket.jetty11
Subclasses of AbstractHTTPDestination in org.apache.cxf.transport.websocket.jetty11 -
Uses of AbstractHTTPDestination in org.apache.cxf.transport.websocket.undertow
Subclasses of AbstractHTTPDestination in org.apache.cxf.transport.websocket.undertow