org.apache.olingo.odata2.api
Interface ODataDebugResponseWrapperCallback
- All Superinterfaces:
- ODataCallback
public interface ODataDebugResponseWrapperCallback
- extends ODataCallback
Debug handler.
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
Copyright © 2013-2015 The Apache Software Foundation. All Rights Reserved.