Class BaseDTO
- java.lang.Object
-
- org.osgi.dto.DTO
-
- org.osgi.service.jaxrs.runtime.dto.BaseDTO
-
- Direct Known Subclasses:
BaseApplicationDTO,BaseExtensionDTO,FailedResourceDTO,ResourceDTO
public abstract class BaseDTO extends org.osgi.dto.DTORepresents common information about a JAX-RS service.
-
-
Field Summary
Fields Modifier and Type Field Description java.lang.StringnameThe name of the service if it set one usingJaxrsWhiteboardConstants.JAX_RS_NAME, otherwise this value will contain the generated name for this servicelongserviceIdService property identifying the JAX-RS service
-
Constructor Summary
Constructors Constructor Description BaseDTO()
-
-
-
Field Detail
-
name
public java.lang.String name
The name of the service if it set one usingJaxrsWhiteboardConstants.JAX_RS_NAME, otherwise this value will contain the generated name for this service
-
serviceId
public long serviceId
Service property identifying the JAX-RS service
-
-