Class ODataRequestHandler

java.lang.Object
org.apache.olingo.odata2.core.ODataRequestHandler

public class ODataRequestHandler extends Object
  • Constructor Details

  • Method Details

    • handle

      public ODataResponse handle(ODataRequest request)

      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
      Returns:
      the corresponding result