Package org.osgi.service.jaxrs.runtime
Interface JaxrsServiceRuntime
-
@ProviderType public interface JaxrsServiceRuntime
The JaxrsServiceRuntime service represents the runtime information of a JAX-RS Whiteboard implementation.It provides access to DTOs representing the current state of the service.
The JaxrsServiceRuntime service must be registered with the
JaxrsServiceRuntimeConstants.JAX_RS_SERVICE_ENDPOINT
service property.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description RuntimeDTO
getRuntimeDTO()
Return the runtime DTO representing the current state.
-
-
-
Method Detail
-
getRuntimeDTO
RuntimeDTO getRuntimeDTO()
Return the runtime DTO representing the current state.- Returns:
- The runtime DTO.
-
-