org.apache.olingo.odata2.api
Interface ODataDebugResponseWrapperCallback

All Superinterfaces:
ODataCallback

public interface ODataDebugResponseWrapperCallback
extends ODataCallback

Debug handler.


Method Summary
 ODataResponse handle(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 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


Copyright © 2013-2015 The Apache Software Foundation. All Rights Reserved.