Class XmlEntryDeserializer
- java.lang.Object
-
- org.apache.olingo.odata2.client.core.ep.deserializer.XmlEntryDeserializer
-
public class XmlEntryDeserializer extends Object
Atom/XML format reader/consumer for entries.XmlEntryDeserializerinstance can be reused for several #readEntry(XMLStreamReader, EntityInfoAggregator, EntityProviderReadProperties) calls but be aware that the instance and theirreadEntry*methods are NOT THREAD SAFE.
-
-
Constructor Summary
Constructors Constructor Description XmlEntryDeserializer()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description org.apache.olingo.odata2.api.ep.entry.ODataEntryreadEntry(XMLStreamReader reader, EntityInfoAggregator eia, DeserializerProperties readProperties, boolean isInline)Deserializes payload entry
-
-
-
Method Detail
-
readEntry
public org.apache.olingo.odata2.api.ep.entry.ODataEntry readEntry(XMLStreamReader reader, EntityInfoAggregator eia, DeserializerProperties readProperties, boolean isInline) throws org.apache.olingo.odata2.api.ep.EntityProviderException
Deserializes payload entry- Parameters:
reader- XMLStreamReadereia- EntityInfoAggregatorreadProperties- DeserializerPropertiesisInline- boolean- Returns:
- ODataEntry
- Throws:
org.apache.olingo.odata2.api.ep.EntityProviderException- Caso ocorra exceção
-
-