Uses of Class
org.apache.cxf.transport.http.AbstractHTTPDestination

Packages that use AbstractHTTPDestination
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
 AbstractHTTPDestination DestinationRegistryImpl.checkRestfulRequest(String address)
           
 AbstractHTTPDestination DestinationRegistry.checkRestfulRequest(String address)
           
 AbstractHTTPDestination HttpDestinationFactory.createDestination(org.apache.cxf.service.model.EndpointInfo endpointInfo, org.apache.cxf.Bus bus, DestinationRegistry registry)
           
 AbstractHTTPDestination DestinationRegistryImpl.getDestinationForPath(String path)
           
 AbstractHTTPDestination DestinationRegistry.getDestinationForPath(String path)
           
 AbstractHTTPDestination DestinationRegistryImpl.getDestinationForPath(String path, boolean tryDecoding)
           
 AbstractHTTPDestination DestinationRegistry.getDestinationForPath(String path, boolean tryDecoding)
           
 

Methods in org.apache.cxf.transport.http that return types with arguments of type AbstractHTTPDestination
 Collection<AbstractHTTPDestination> DestinationRegistryImpl.getDestinations()
           
 Collection<AbstractHTTPDestination> DestinationRegistry.getDestinations()
           
 

Methods in org.apache.cxf.transport.http with parameters of type AbstractHTTPDestination
 void DestinationRegistryImpl.addDestination(AbstractHTTPDestination destination)
           
 void DestinationRegistry.addDestination(AbstractHTTPDestination destination)
           
 

Uses of AbstractHTTPDestination in org.apache.cxf.transport.servlet
 

Subclasses of AbstractHTTPDestination in org.apache.cxf.transport.servlet
 class ServletDestination
           
 

Methods in org.apache.cxf.transport.servlet that return AbstractHTTPDestination
 AbstractHTTPDestination ServletDestinationFactory.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
 void ServletController.invokeDestination(javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response, AbstractHTTPDestination d)
           
protected  void ServletController.updateDestination(javax.servlet.http.HttpServletRequest request, AbstractHTTPDestination d)
           
 



Apache CXF