Class FrameworkServicesRepresentationsResource
- java.lang.Object
-
- org.apache.aries.jax.rs.rest.management.internal.BaseResource
-
- org.apache.aries.jax.rs.rest.management.internal.FrameworkServicesRepresentationsResource
-
public class FrameworkServicesRepresentationsResource extends BaseResource
-
-
Constructor Summary
Constructors Constructor Description FrameworkServicesRepresentationsResource(org.osgi.framework.BundleContext bundleContext)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description javax.ws.rs.core.Response
serviceDTOs(String filter, String ext)
-
-
-
Method Detail
-
serviceDTOs
@GET @Produces({"application/org.osgi.services.representations+json","application/org.osgi.services.representations+xml"}) @Path("framework/services/representations{ext:(\\.json|\\.xml)*}") public javax.ws.rs.core.Response serviceDTOs(@QueryParam("filter") String filter, @PathParam("ext") String ext)
-
-