Package org.apache.olingo.odata2.core
Class ODataRequestHandler
java.lang.Object
org.apache.olingo.odata2.core.ODataRequestHandler
-
Constructor Summary
ConstructorsConstructorDescriptionODataRequestHandler(ODataServiceFactory factory, ODataService service, ODataContext context) -
Method Summary
Modifier and TypeMethodDescriptionhandle(ODataRequest request) Handles theODataRequestin a way that it results in a correspondingODataResponse.
-
Constructor Details
-
ODataRequestHandler
-
-
Method Details
-
handle
Handles the
ODataRequestin a way that it results in a correspondingODataResponse.This includes delegation of URI parsing and dispatching of the request internally. Building of the
ODataContexttakes place outside of this method.- Parameters:
request- the incoming request- Returns:
- the corresponding result
-