Package org.apache.olingo.odata2.api
Interface ODataDebugResponseWrapperCallback
-
- All Superinterfaces:
ODataCallback
public interface ODataDebugResponseWrapperCallback extends ODataCallback
Debug handler.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ODataResponsehandle(ODataContext context, ODataRequest request, ODataResponse response, UriInfo uriInfo, Exception exception)Handles the output of a response helpful in case of debugging.
-
-
-
Method Detail
-
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
-
-