Uses of Interface
org.apache.felix.httplite.osgi.ServiceRegistrationHandler

Packages that use ServiceRegistrationHandler
org.apache.felix.httplite.osgi   
org.apache.felix.httplite.server   
 

Uses of ServiceRegistrationHandler in org.apache.felix.httplite.osgi
 

Methods in org.apache.felix.httplite.osgi that return ServiceRegistrationHandler
 ServiceRegistrationHandler ServiceRegistrationResolver.getProcessor(HttpServletRequestImpl request, HttpServletResponseImpl response, java.lang.String requestPath)
          For a request, response, and requestPath, return a ServiceRegistrationHandler.
 ServiceRegistrationHandler HttpServiceImpl.getProcessor(HttpServletRequestImpl request, HttpServletResponseImpl response, java.lang.String requestPath)
           
 

Uses of ServiceRegistrationHandler in org.apache.felix.httplite.server
 

Classes in org.apache.felix.httplite.server that implement ServiceRegistrationHandler
 class ResourceHandler
          Handles resource processing.
 class ServletHandler
          Handles servlet processing.
 



Copyright © 2006-2012 The Apache Software Foundation. All Rights Reserved.