com.ibm.wsspi.rest.handler

Interface RESTHandlerContainer



  • public interface RESTHandlerContainer
    This container keeps track of all registered RESTHandler services and is able to find the best match for an incoming request.
    • Field Summary

      Fields 
      Modifier and Type Field and Description
      static java.lang.String COLLECTIVE_HOST_NAMES
      This parameter represents a comma-separated list of host names within the collective.
      static java.lang.String COLLECTIVE_SERVER_NAMES
      This parameter represents a comma-separated list of the server names to be used in a routing context.
      static java.lang.String COLLECTIVE_SERVER_USER_DIRS
      This parameter represents a comma-separated list of the server user directories to be used in a routing context.
      static int REST_HANDLER_CONTAINER_VERSION
      The current version of the container.
    • Field Detail

      • REST_HANDLER_CONTAINER_VERSION

        static final int REST_HANDLER_CONTAINER_VERSION
        The current version of the container.
        See Also:
        Constant Field Values
      • COLLECTIVE_HOST_NAMES

        static final java.lang.String COLLECTIVE_HOST_NAMES
        This parameter represents a comma-separated list of host names within the collective.
        See Also:
        Constant Field Values
      • COLLECTIVE_SERVER_NAMES

        static final java.lang.String COLLECTIVE_SERVER_NAMES
        This parameter represents a comma-separated list of the server names to be used in a routing context.
        See Also:
        Constant Field Values
      • COLLECTIVE_SERVER_USER_DIRS

        static final java.lang.String COLLECTIVE_SERVER_USER_DIRS
        This parameter represents a comma-separated list of the server user directories to be used in a routing context.
        See Also:
        Constant Field Values
    • Method Detail

      • handleRequest

        boolean handleRequest(RESTRequest request,
                            RESTResponse response)
                              throws java.io.IOException
        Throws:
        java.io.IOException
      • registeredKeys

        java.util.Iterator<java.lang.String> registeredKeys()