Class FrameworkServiceResource
- java.lang.Object
-
- org.apache.aries.jax.rs.rest.management.internal.BaseResource
-
- org.apache.aries.jax.rs.rest.management.internal.FrameworkServiceResource
-
public class FrameworkServiceResource extends BaseResource
-
-
Constructor Summary
Constructors Constructor Description 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)
-
-