public class HttpExtensionFactory extends Object implements org.osgi.framework.PrototypeServiceFactory<javax.enterprise.inject.spi.Extension>
| Constructor and Description |
|---|
HttpExtensionFactory() |
| Modifier and Type | Method and Description |
|---|---|
javax.enterprise.inject.spi.Extension |
getService(org.osgi.framework.Bundle bundle,
org.osgi.framework.ServiceRegistration<javax.enterprise.inject.spi.Extension> registration) |
void |
ungetService(org.osgi.framework.Bundle bundle,
org.osgi.framework.ServiceRegistration<javax.enterprise.inject.spi.Extension> registration,
javax.enterprise.inject.spi.Extension service) |
public javax.enterprise.inject.spi.Extension getService(org.osgi.framework.Bundle bundle,
org.osgi.framework.ServiceRegistration<javax.enterprise.inject.spi.Extension> registration)
getService in interface org.osgi.framework.PrototypeServiceFactory<javax.enterprise.inject.spi.Extension>getService in interface org.osgi.framework.ServiceFactory<javax.enterprise.inject.spi.Extension>public void ungetService(org.osgi.framework.Bundle bundle,
org.osgi.framework.ServiceRegistration<javax.enterprise.inject.spi.Extension> registration,
javax.enterprise.inject.spi.Extension service)
ungetService in interface org.osgi.framework.PrototypeServiceFactory<javax.enterprise.inject.spi.Extension>ungetService in interface org.osgi.framework.ServiceFactory<javax.enterprise.inject.spi.Extension>Copyright © 2019 The Apache Software Foundation. All rights reserved.