? BaseDTO
java.lang.Object
org.osgi.dto.DTO
org.osgi.service.jaxrs.runtime.dto.BaseDTO
public abstract class BaseDTO
extends org.osgi.dto.DTO
Represents common information about a JAX-RS service.
-
????
????????????The name of the service if it set one usingJaxrsWhiteboardConstants.JAX_RS_NAME
, otherwise this value will contain the generated name for this servicelong
Service property identifying the JAX-RS service -
?????
??? -
????
??????? org.osgi.dto.DTO
toString
-
??????
-
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 serviceIdService property identifying the JAX-RS service
-
-
???????
-
BaseDTO
public BaseDTO()
-