@Version("1.4")
Package com.ibm.wsspi.rest.handler.helper
Provides the main OSGi container for the REST Handler framework.
-
Interface Summary Interface Description DefaultRoutingHelper.LegacyJMX Encapsulates legacy constants for JMX connector clients v1, v2 and v3.RESTRoutingHelper -
Class Summary Class Description DefaultAuthorizationHelper This helper service performs the default authorization on the given user.DefaultRoutingHelper This helper service routes/bridges an incoming request to and from a RESTHandler that resides in another Collective member.DefaultRoutingHelper.RoutingContext This inner class encapsulates the routing context. -
Exception Summary Exception Description RESTHandlerInternalError This error is thrown by the RESTHandlerContainer when an internal error is encountered by a RESTHandler.RESTHandlerInvalidInputValue This error is thrown by the RESTHandlerContainer when a request contains an invalid input value.RESTHandlerJsonException RESTHandlerMethodNotAllowedError This error is thrown by the RESTHandlerContainer when a particular HTTP method is not allowed.RESTHandlerMissingRequiredHeader This error is thrown by the RESTHandlerContainer when a request is missing a required header.RESTHandlerMissingRequiredParam This error is thrown by the RESTHandlerContainer when a request is missing a required parameter.RESTHandlerOSGiError This error is thrown by the RESTHandlerContainer when an OSGi service is not bound.RESTHandlerUnsupportedMediaType This error is thrown by the RESTHandlerContainer when a request's media type is not supported.RESTHandlerUserError This error is thrown by the RESTHandlerContainer when a user error is encountered by a RESTHandler.