public class ODataRequestHandler extends Object
| Constructor and Description |
|---|
ODataRequestHandler(ODataServiceFactory factory,
ODataService service,
ODataContext context) |
| Modifier and Type | Method and Description |
|---|---|
ODataResponse |
handle(ODataRequest request)
Handles the
ODataRequest in a way that it results in a corresponding ODataResponse. |
public ODataRequestHandler(ODataServiceFactory factory, ODataService service, ODataContext context)
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.
request - the incoming requestCopyright © 2020. All rights reserved.