IResponse interface

Consists of interface for responses.

Package

com.sap.mobile.lib.request

Syntax

public interface IResponse extends 

Derived classes

Members

All members of IResponse, including inherited members.

Methods
Modifier and Type Method Description
public ArrayList< IResponse > getBatchResponse() Returns the list of responses from batch response.
public HashMap< IRequest, IResponse > getBatchResponseMap() Returns the mapping of requests with corresponding responses within a batch response.
public Map< String, String > getHeadersMap() Returns all the response headers as a HashMap containing header name and header value.

Usage

All response objects must implement this interface. The network layer uses this interface to interact with the response objects.