Package org.osgi.service.jaxrs.runtime
Interface JaxrsEndpoint
@ProviderType
public interface JaxrsEndpoint
A JaxrsEndpoint service represents a registered JAX-RS whiteboard resource or
application.
It provides access to service properties representing the service, and the URI at which it is available.
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final StringA service property providing the bundle id of the bundle which registered the whiteboard service.static final StringA service property providing the symbolic name of the bundle which registered the whiteboard service.static final StringA service property providing the bundle version of the bundle which registered the whiteboard service.static final StringA service property providing the service id of the whiteboard service.static final StringA service property representing the URI(s) at which this resource or application is available.
-
Field Details
-
JAX_RS_URI
A service property representing the URI(s) at which this resource or application is available.- See Also:
-
JAX_RS_BUNDLE_SYMBOLICNAME
A service property providing the symbolic name of the bundle which registered the whiteboard service.- See Also:
-
JAX_RS_BUNDLE_ID
A service property providing the bundle id of the bundle which registered the whiteboard service.- See Also:
-
JAX_RS_BUNDLE_VERSION
A service property providing the bundle version of the bundle which registered the whiteboard service.- See Also:
-
JAX_RS_SERVICE_ID
A service property providing the service id of the whiteboard service.- See Also:
-