Package com.ibm.wsspi.rest.handler.helper

Provides the main OSGi container for the REST Handler framework.

See: Description

  • Interface Summary 
    Interface Description
    DefaultRoutingHelper.LegacyJMX
    Encapsulates legacy constants for JMX connector clients v1, v2 and v3.
  • 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.
    RESTHandlerUserError
    This error is thrown by the RESTHandlerContainer when a user error is encountered by a RESTHandler.

Package com.ibm.wsspi.rest.handler.helper Description

Provides the main OSGi container for the REST Handler framework.