Package com.ibm.wsspi.rest.handler
@Version("1.7")
package com.ibm.wsspi.rest.handler
This package contains the SPI for the rest handler framework.
-
InterfacesClassDescriptionThis 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.This container keeps track of all registered RESTHandler services and is able to find the best match for an incoming request.This interface encapsulates the artifacts pertaining to an HTTP request.This interface encapsulates the artifacts pertaining to an HTTP response.