Package com.ibm.wsspi.rest.handler.helper
@Version("1.5")
package com.ibm.wsspi.rest.handler.helper
Provides the main OSGi container for the REST Handler framework.
-
ClassDescriptionThis helper service performs the default authorization on the given user.This helper service routes/bridges an incoming request to and from a RESTHandler that resides in another Collective member.Encapsulates legacy constants for JMX connector clients v1, v2 and v3.This inner class encapsulates the routing context.This error is thrown by the
RESTHandlerForbiddenError
when an unauthorized request is encountered by aRESTHandler
.This error is thrown by the RESTHandlerContainer when an internal error is encountered by a RESTHandler.This error is thrown by the RESTHandlerContainer when a request contains an invalid input value.This error is thrown by the RESTHandlerContainer when a particular HTTP method is not allowed.This error is thrown by the RESTHandlerContainer when a request is missing a required header.This error is thrown by the RESTHandlerContainer when a request is missing a required parameter.This error is thrown by the RESTHandlerContainer when an OSGi service is not bound.This error is thrown by the RESTHandlerContainer when a request's media type is not supported.This error is thrown by the RESTHandlerContainer when a user error is encountered by a RESTHandler.