@Version(value="1.6")
See: Description
Interface | Description |
---|---|
RESTHandler |
This SPI allows other bundles to register themselves as listeners for a certain URL sub-root, which is
defined by specifying an OSGi property with key = RESTHandler.PROPERTY_REST_HANDLER_ROOT and value = URL.
|
RESTHandlerContainer |
This container keeps track of all registered RESTHandler services and is able to find the best match for an incoming request.
|
RESTRequest |
This interface encapsulates the artifacts pertaining to an HTTP request.
|
RESTResponse |
This interface encapsulates the artifacts pertaining to an HTTP response.
|