org.ops4j.pax.web.service.internal
Class HttpServiceFactoryImpl
java.lang.Object
org.ops4j.pax.web.service.internal.HttpServiceFactoryImpl
- All Implemented Interfaces:
- org.osgi.framework.ServiceFactory
public abstract class HttpServiceFactoryImpl
- extends Object
- implements org.osgi.framework.ServiceFactory
|
Method Summary |
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)
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
HttpServiceFactoryImpl
public HttpServiceFactoryImpl()
getService
public Object getService(org.osgi.framework.Bundle bundle,
org.osgi.framework.ServiceRegistration serviceRegistration)
- Specified by:
getService in interface org.osgi.framework.ServiceFactory
ungetService
public void ungetService(org.osgi.framework.Bundle bundle,
org.osgi.framework.ServiceRegistration serviceRegistration,
Object httpService)
- Specified by:
ungetService in interface org.osgi.framework.ServiceFactory
Copyright © 2006-2012 OPS4J - Open Participation Software for Java. All Rights Reserved.