Class ServiceSchema
- java.lang.Object
-
- org.osgi.dto.DTO
-
- org.osgi.framework.dto.ServiceReferenceDTO
-
- org.apache.aries.jax.rs.rest.management.schema.ServiceSchema
-
public class ServiceSchema extends org.osgi.framework.dto.ServiceReferenceDTO
-
-
Field Summary
Fields Modifier and Type Field Description String
bundle
String[]
usingBundles
-
Constructor Summary
Constructors Constructor Description ServiceSchema()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static ServiceSchema
build(String bundle, long id, Map<String,Object> properties, String[] usingBundles)
static ServiceSchema
build(javax.ws.rs.core.UriInfo uriInfo, org.osgi.framework.dto.ServiceReferenceDTO serviceReferenceDTO)
-
-
-
Method Detail
-
build
public static ServiceSchema build(String bundle, long id, Map<String,Object> properties, String[] usingBundles)
-
build
public static ServiceSchema build(javax.ws.rs.core.UriInfo uriInfo, org.osgi.framework.dto.ServiceReferenceDTO serviceReferenceDTO)
-
-