parseODataSchema(String, IODataServiceDocument) method

Parses the OData Schema.

Syntax

public abstract IODataSchema parseODataSchema (
    String schema,
    IODataServiceDocument serviceDocument
) throws ParserException, IllegalArgumentException

Parameters

Returns

The OData Schema document

Exceptions