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
Fields Modifier and Type Field Description static java.lang.String
JAX_RS_BUNDLE_ID
A service property providing the bundle id of the bundle which registered the whiteboard service.static java.lang.String
JAX_RS_BUNDLE_SYMBOLICNAME
A service property providing the symbolic name of the bundle which registered the whiteboard service.static java.lang.String
JAX_RS_BUNDLE_VERSION
A service property providing the bundle version of the bundle which registered the whiteboard service.static java.lang.String
JAX_RS_SERVICE_ID
A service property providing the service id of the whiteboard service.static java.lang.String
JAX_RS_URI
A service property representing the URI(s) at which this resource or application is available.
-
-
-
Field Detail
-
JAX_RS_URI
static final java.lang.String JAX_RS_URI
A service property representing the URI(s) at which this resource or application is available.- See Also:
- Constant Field Values
-
JAX_RS_BUNDLE_SYMBOLICNAME
static final java.lang.String JAX_RS_BUNDLE_SYMBOLICNAME
A service property providing the symbolic name of the bundle which registered the whiteboard service.- See Also:
- Constant Field Values
-
JAX_RS_BUNDLE_ID
static final java.lang.String JAX_RS_BUNDLE_ID
A service property providing the bundle id of the bundle which registered the whiteboard service.- See Also:
- Constant Field Values
-
JAX_RS_BUNDLE_VERSION
static final java.lang.String JAX_RS_BUNDLE_VERSION
A service property providing the bundle version of the bundle which registered the whiteboard service.- See Also:
- Constant Field Values
-
JAX_RS_SERVICE_ID
static final java.lang.String JAX_RS_SERVICE_ID
A service property providing the service id of the whiteboard service.- See Also:
- Constant Field Values
-
-