?? 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.
-
????
????????????static final String
A service property providing the bundle id of the bundle which registered the whiteboard service.static final String
A service property providing the symbolic name of the bundle which registered the whiteboard service.static final String
A service property providing the bundle version of the bundle which registered the whiteboard service.static final String
A service property providing the service id of the whiteboard service.static final String
A service property representing the URI(s) at which this resource or application is available.
-
??????
-
JAX_RS_URI
A service property representing the URI(s) at which this resource or application is available.- ????:
-
JAX_RS_BUNDLE_SYMBOLICNAME
A service property providing the symbolic name of the bundle which registered the whiteboard service.- ????:
-
JAX_RS_BUNDLE_ID
A service property providing the bundle id of the bundle which registered the whiteboard service.- ????:
-
JAX_RS_BUNDLE_VERSION
A service property providing the bundle version of the bundle which registered the whiteboard service.- ????:
-
JAX_RS_SERVICE_ID
A service property providing the service id of the whiteboard service.- ????:
-