public abstract class HttpServiceFactoryImpl extends Object implements org.osgi.framework.ServiceFactory<org.osgi.service.http.HttpService>
| Constructor and Description |
|---|
HttpServiceFactoryImpl() |
| Modifier and Type | Method and Description |
|---|---|
org.osgi.service.http.HttpService |
getService(org.osgi.framework.Bundle bundle,
org.osgi.framework.ServiceRegistration<org.osgi.service.http.HttpService> serviceRegistration) |
void |
ungetService(org.osgi.framework.Bundle bundle,
org.osgi.framework.ServiceRegistration<org.osgi.service.http.HttpService> serviceRegistration,
org.osgi.service.http.HttpService httpService) |
public org.osgi.service.http.HttpService getService(org.osgi.framework.Bundle bundle,
org.osgi.framework.ServiceRegistration<org.osgi.service.http.HttpService> serviceRegistration)
getService in interface org.osgi.framework.ServiceFactory<org.osgi.service.http.HttpService>public void ungetService(org.osgi.framework.Bundle bundle,
org.osgi.framework.ServiceRegistration<org.osgi.service.http.HttpService> serviceRegistration,
org.osgi.service.http.HttpService httpService)
ungetService in interface org.osgi.framework.ServiceFactory<org.osgi.service.http.HttpService>Copyright © 2006–2015 OPS4J - Open Participation Software for Java. All rights reserved.