public class Whiteboard extends Object
Modifier and Type | Field and Description |
---|---|
static Map<String,Class<?>> |
SUPPORTED_EXTENSION_INTERFACES |
Modifier and Type | Method and Description |
---|---|
void |
addHttpEndpoints(List<String> endpoints) |
static Whiteboard |
createWhiteboard(Dictionary<String,?> configuration) |
org.apache.aries.component.dsl.OSGi<Map<String,ServiceTuple<Object>>> |
getCxfExtensions(org.apache.aries.component.dsl.CachingServiceReference<javax.ws.rs.core.Application> applicationReference) |
org.osgi.framework.ServiceReference<org.osgi.service.jaxrs.runtime.JaxrsServiceRuntime> |
getServiceReference() |
void |
removeHttpEndpoints(List<String> endpoints) |
void |
start(org.osgi.framework.BundleContext bundleContext) |
void |
stop() |
public static Whiteboard createWhiteboard(Dictionary<String,?> configuration)
public void start(org.osgi.framework.BundleContext bundleContext)
public void stop()
public org.osgi.framework.ServiceReference<org.osgi.service.jaxrs.runtime.JaxrsServiceRuntime> getServiceReference()
public org.apache.aries.component.dsl.OSGi<Map<String,ServiceTuple<Object>>> getCxfExtensions(org.apache.aries.component.dsl.CachingServiceReference<javax.ws.rs.core.Application> applicationReference)
Copyright © 2021 The Apache Software Foundation. All rights reserved.