@Version("1.7")
Package com.ibm.wsspi.rest.handler
This package contains the SPI for the rest handler framework.
-
Interface Summary 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.