public interface ClientODataDeserializer extends ODataDeserializer
Modifier and Type | Method and Description |
---|---|
List<CsdlSchema> |
fetchTermDefinitionSchema(List<InputStream> input)
Gets all the terms defined in the given input stream
|
ResWrap<Delta> |
toDelta(InputStream input)
Gets a delta object from the given InputStream.
|
XMLMetadata |
toMetadata(InputStream input) |
ResWrap<ServiceDocument> |
toServiceDocument(InputStream input)
Gets the ServiceDocument object represented by the given InputStream.
|
toEntity, toEntitySet, toError, toProperty
XMLMetadata toMetadata(InputStream input)
List<CsdlSchema> fetchTermDefinitionSchema(List<InputStream> input)
input
- ResWrap<ServiceDocument> toServiceDocument(InputStream input) throws ODataDeserializerException
input
- stream to be de-serialized.ODataDeserializerException
ResWrap<Delta> toDelta(InputStream input) throws ODataDeserializerException
input
- stream to be de-serialized.Delta
instance.ODataDeserializerException
Copyright © 2013–2018 The Apache Software Foundation. All rights reserved.