parseODataEntries(InputStream, String, IODataSchema) method

Parses SAPData structure from stream that represent either a single OData Entry or an OData Feed of several OData entries.

Syntax

public abstract List< IODataEntry > parseODataEntries ( InputStream stream , String collectionId , IODataSchema schema ) throws ParserException, IllegalArgumentException

Parameters

Returns

The list of the OData Entries contained by the source

Exceptions