public interface ODataReader extends CommonODataReader
| Modifier and Type | Method and Description |
|---|---|
ODataEntity |
readEntity(InputStream input,
ODataFormat format)
Parses a stream taking care to de-serializes the first OData entity found.
|
ODataEntitySet |
readEntitySet(InputStream input,
ODataFormat format)
De-Serializes a stream into an OData entity set.
|
ODataLinkCollection |
readLinks(InputStream input,
ODataFormat format)
Parses a $links request response.
|
ODataProperty |
readProperty(InputStream input,
ODataFormat format)
Parses a stream taking care to de-serialize the first OData entity property found.
|
read, readError, readMetadata, readMetadata, readServiceDocumentODataEntitySet readEntitySet(InputStream input, ODataFormat format) throws ODataDeserializerException
CommonODataReaderreadEntitySet in interface CommonODataReaderinput - stream to de-serialize.format - de-serialize formatODataDeserializerExceptionODataEntity readEntity(InputStream input, ODataFormat format) throws ODataDeserializerException
CommonODataReaderreadEntity in interface CommonODataReaderinput - stream to de-serialize.format - de-serialize formatODataDeserializerExceptionODataProperty readProperty(InputStream input, ODataFormat format) throws ODataDeserializerException
CommonODataReaderreadProperty in interface CommonODataReaderinput - stream to de-serialize.format - de-serialize as XML or JSONODataDeserializerExceptionODataLinkCollection readLinks(InputStream input, ODataFormat format) throws ODataDeserializerException
input - stream to de-serialize.format - de-serialize as XML or JSONODataDeserializerExceptionCopyright © 2013–2014 The Apache Software Foundation. All rights reserved.