Uses of Class
org.apache.cxf.transport.http.AbstractHTTPDestination
Packages that use AbstractHTTPDestination
-
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(org.apache.cxf.service.model.EndpointInfo endpointInfo, org.apache.cxf.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.servlet
Subclasses of AbstractHTTPDestination in org.apache.cxf.transport.servletMethods in org.apache.cxf.transport.servlet that return AbstractHTTPDestinationModifier and TypeMethodDescriptionServletDestinationFactory.createDestination(org.apache.cxf.service.model.EndpointInfo endpointInfo, org.apache.cxf.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)