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 Details

    • name

      public String name
      The name of the service if it set one using JaxrsWhiteboardConstants.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
  • Constructor Details

    • BaseDTO

      public BaseDTO()