Uses of Class
org.apache.cxf.transport.servlet.ServletDestination

Packages that use ServletDestination
org.apache.cxf.transport.servlet   
 

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

Methods in org.apache.cxf.transport.servlet that return ServletDestination
 ServletDestination ServletTransportFactory.getDestinationForPath(java.lang.String path)
           
 

Methods in org.apache.cxf.transport.servlet that return types with arguments of type ServletDestination
 java.util.Collection<ServletDestination> ServletTransportFactory.getDestinations()
           
 

Methods in org.apache.cxf.transport.servlet with parameters of type ServletDestination
 void ServletController.invokeDestination(javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response, ServletDestination d)
           
 



Apache CXF