Package org.apache.olingo.odata2.api
Interface ODataDebugResponseWrapperCallback
- All Superinterfaces:
ODataCallback
Debug handler.
-
Method Summary
Modifier and TypeMethodDescriptionhandle(ODataContext context, ODataRequest request, ODataResponse response, UriInfo uriInfo, Exception exception) Handles the output of a response helpful in case of debugging.
-
Method Details
-
handle
ODataResponse handle(ODataContext context, ODataRequest request, ODataResponse response, UriInfo uriInfo, Exception exception) Handles the output of a response helpful in case of debugging.- Parameters:
context- generic context informationrequest- the original requestresponse- the original responseuriInfo- structured parts of the request URIexception- the exception in case of an error- Returns:
- the debug response
-