Class Whiteboard
- java.lang.Object
-
- org.apache.aries.jax.rs.whiteboard.internal.Whiteboard
-
public class Whiteboard extends Object
- Author:
- Carlos Sierra Andrés
-
-
Field Summary
Fields Modifier and Type Field Description static Map<String,Class<?>>SUPPORTED_EXTENSION_INTERFACES
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description voidaddHttpEndpoints(List<String> endpoints)static WhiteboardcreateWhiteboard(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()voidremoveHttpEndpoints(List<String> endpoints)voidstart(org.osgi.framework.BundleContext bundleContext)voidstop()
-
-
-
Method Detail
-
createWhiteboard
public static Whiteboard createWhiteboard(Dictionary<String,?> configuration)
-
start
public void start(org.osgi.framework.BundleContext bundleContext)
-
stop
public void stop()
-
getServiceReference
public org.osgi.framework.ServiceReference<org.osgi.service.jaxrs.runtime.JaxrsServiceRuntime> getServiceReference()
-
getCxfExtensions
public org.apache.aries.component.dsl.OSGi<Map<String,ServiceTuple<Object>>> getCxfExtensions(org.apache.aries.component.dsl.CachingServiceReference<javax.ws.rs.core.Application> applicationReference)
-
-