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.DTO
Represents common information about a JAX-RS service.
-
-
Field Summary
Fields Modifier and Type Field Description 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 servicelong
serviceId
Service 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
-
-