Interface ODataDebugResponseWrapperCallback

All Superinterfaces:
ODataCallback

public interface ODataDebugResponseWrapperCallback extends ODataCallback
Debug handler.
  • 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 information
      request - the original request
      response - the original response
      uriInfo - structured parts of the request URI
      exception - the exception in case of an error
      Returns:
      the debug response