public final class HttpServiceFactory
extends java.lang.Object
implements org.osgi.framework.ServiceFactory
| Constructor and Description |
|---|
HttpServiceFactory(javax.servlet.ServletContext context,
HandlerRegistry handlerRegistry,
javax.servlet.ServletContextAttributeListener attributeListener,
boolean sharedContextAttributes) |
| Modifier and Type | Method and Description |
|---|---|
java.lang.Object |
getService(org.osgi.framework.Bundle bundle,
org.osgi.framework.ServiceRegistration reg) |
void |
ungetService(org.osgi.framework.Bundle bundle,
org.osgi.framework.ServiceRegistration reg,
java.lang.Object service) |
public HttpServiceFactory(javax.servlet.ServletContext context,
HandlerRegistry handlerRegistry,
javax.servlet.ServletContextAttributeListener attributeListener,
boolean sharedContextAttributes)
public java.lang.Object getService(org.osgi.framework.Bundle bundle,
org.osgi.framework.ServiceRegistration reg)
getService in interface org.osgi.framework.ServiceFactorypublic void ungetService(org.osgi.framework.Bundle bundle,
org.osgi.framework.ServiceRegistration reg,
java.lang.Object service)
ungetService in interface org.osgi.framework.ServiceFactoryCopyright © 2006-2015 The Apache Software Foundation. All Rights Reserved.