org.restlet.ext.servlet
Class RestletServletService

java.lang.Object
  extended by org.restlet.ext.servlet.RestletServletService

public class RestletServletService
extends Object

Author:
Bryan Hunt, Wolfgang Werner

Constructor Summary
RestletServletService()
           
 
Method Summary
 void bindApplicationProvider(ApplicationProvider applicationProvider)
           
 void bindHttpService(org.osgi.service.http.HttpService httpService)
           
 void bindLogService(org.osgi.service.log.LogService logService)
           
 void unbindApplicationProvider(ApplicationProvider applicationProvider)
           
 void unbindHttpService(org.osgi.service.http.HttpService httpService)
           
 void unbindLogService(org.osgi.service.log.LogService logService)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RestletServletService

public RestletServletService()
Method Detail

bindApplicationProvider

public void bindApplicationProvider(ApplicationProvider applicationProvider)

bindHttpService

public void bindHttpService(org.osgi.service.http.HttpService httpService)

bindLogService

public void bindLogService(org.osgi.service.log.LogService logService)

unbindApplicationProvider

public void unbindApplicationProvider(ApplicationProvider applicationProvider)

unbindHttpService

public void unbindHttpService(org.osgi.service.http.HttpService httpService)

unbindLogService

public void unbindLogService(org.osgi.service.log.LogService logService)


Copyright © 2005-2014 Restlet.