public abstract class HttpServiceFactoryImpl extends Object implements org.osgi.framework.ServiceFactory
| Constructor and Description |
|---|
HttpServiceFactoryImpl() |
| Modifier and Type | Method and Description |
|---|---|
Object |
getService(org.osgi.framework.Bundle bundle,
org.osgi.framework.ServiceRegistration serviceRegistration) |
void |
ungetService(org.osgi.framework.Bundle bundle,
org.osgi.framework.ServiceRegistration serviceRegistration,
Object httpService) |
public Object getService(org.osgi.framework.Bundle bundle, org.osgi.framework.ServiceRegistration serviceRegistration)
getService in interface org.osgi.framework.ServiceFactorypublic void ungetService(org.osgi.framework.Bundle bundle,
org.osgi.framework.ServiceRegistration serviceRegistration,
Object httpService)
ungetService in interface org.osgi.framework.ServiceFactoryCopyright © 2006-2013 OPS4J - Open Participation Software for Java. All Rights Reserved.