Class ODataRequestHandler


  • public class ODataRequestHandler
    extends Object
    • Field Detail

      • PRINT_EXCEPTION

        public static boolean PRINT_EXCEPTION
    • Method Detail

      • handle

        public ODataResponse handle​(ODataRequest request,
                                    boolean requestMode)

        Handles the ODataRequest in a way that it results in a corresponding ODataResponse.

        This includes delegation of URI parsing and dispatching of the request internally. Building of the ODataContext takes place outside of this method.

        Parameters:
        request - the incoming request
        requestMode - Modo
        Returns:
        the corresponding result