Package org.apache.olingo.odata2.core
Class ODataRequestHandler
java.lang.Object
org.apache.olingo.odata2.core.ODataRequestHandler
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionODataRequestHandler(ODataServiceFactory factory, ODataService service, ODataContext context) -
Method Summary
Modifier and TypeMethodDescriptionhandle(ODataRequest request) handle(ODataRequest request, boolean requestMode) Handles theODataRequestin a way that it results in a correspondingODataResponse.
-
Field Details
-
PRINT_EXCEPTION
public static boolean PRINT_EXCEPTION
-
-
Constructor Details
-
ODataRequestHandler
-
-
Method Details
-
handle
-
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 requestrequestMode- Modo- Returns:
- the corresponding result
-