Class FrameworkServiceResource


  • public class FrameworkServiceResource
    extends BaseResource
    • Constructor Detail

      • FrameworkServiceResource

        public FrameworkServiceResource​(org.osgi.framework.BundleContext bundleContext)
    • Method Detail

      • service

        @GET
        @Produces({"application/org.osgi.service+json","application/org.osgi.service+xml"})
        @Path("framework/service/{serviceid}{ext:(\\.json|\\.xml)*}")
        public javax.ws.rs.core.Response service​(@PathParam("serviceid")
                                                 long serviceid,
                                                 @PathParam("ext")
                                                 String ext)