Package | Description |
---|---|
com.ibm.wsspi.rest.handler |
This package contains the SPI for the rest handler framework.
|
com.ibm.wsspi.rest.handler.helper |
Provides the main OSGi container for the REST Handler framework.
|
Modifier and Type | Method and Description |
---|---|
void |
RESTHandler.handleRequest(RESTRequest request,
RESTResponse response)
This method gets called for every URL request that comes into /ibm/api/<subRoot>.
|
boolean |
RESTHandlerContainer.handleRequest(RESTRequest request,
RESTResponse response) |
Modifier and Type | Method and Description |
---|---|
boolean |
DefaultAuthorizationHelper.checkAdministratorRole(RESTRequest request,
RESTResponse response) |
void |
DefaultRoutingHelper.routeRequest(RESTRequest request,
RESTResponse response)
The target RESTHandler did not want to provide custom routing, so route the request to it.
|