Uses of Class
org.apache.cxf.transport.http.AbstractHTTPDestination
-
Packages that use AbstractHTTPDestination Package Description org.apache.cxf.transport.http org.apache.cxf.transport.servlet -
-
Uses of AbstractHTTPDestination in org.apache.cxf.transport.http
Methods in org.apache.cxf.transport.http that return AbstractHTTPDestination Modifier and Type Method Description AbstractHTTPDestinationDestinationRegistry. checkRestfulRequest(String address)AbstractHTTPDestinationDestinationRegistryImpl. checkRestfulRequest(String address)AbstractHTTPDestinationHttpDestinationFactory. createDestination(org.apache.cxf.service.model.EndpointInfo endpointInfo, org.apache.cxf.Bus bus, DestinationRegistry registry)AbstractHTTPDestinationDestinationRegistry. getDestinationForPath(String path)AbstractHTTPDestinationDestinationRegistry. getDestinationForPath(String path, boolean tryDecoding)AbstractHTTPDestinationDestinationRegistryImpl. getDestinationForPath(String path)AbstractHTTPDestinationDestinationRegistryImpl. getDestinationForPath(String path, boolean tryDecoding)Methods in org.apache.cxf.transport.http that return types with arguments of type AbstractHTTPDestination Modifier and Type Method Description Collection<AbstractHTTPDestination>DestinationRegistry. getDestinations()Collection<AbstractHTTPDestination>DestinationRegistryImpl. getDestinations()Methods in org.apache.cxf.transport.http with parameters of type AbstractHTTPDestination Modifier and Type Method Description voidDestinationRegistry. 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.servlet Modifier and Type Class Description classServletDestinationMethods in org.apache.cxf.transport.servlet that return AbstractHTTPDestination Modifier and Type Method Description AbstractHTTPDestinationServletDestinationFactory. 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 AbstractHTTPDestination Modifier and Type Method Description voidServletController. invokeDestination(javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response, AbstractHTTPDestination d)protected voidServletController. updateDestination(javax.servlet.http.HttpServletRequest request, String base, AbstractHTTPDestination d)protected voidServletController. updateDestination(javax.servlet.http.HttpServletRequest request, AbstractHTTPDestination d)
-