Class XmlEntryConsumer
- java.lang.Object
-
- org.apache.olingo.odata2.core.ep.consumer.XmlEntryConsumer
-
public class XmlEntryConsumer extends Object
Atom/XML format reader/consumer for entries.XmlEntryConsumerinstance 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 XmlEntryConsumer()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ODataEntryreadEntry(XMLStreamReader reader, EntityInfoAggregator eia, EntityProviderReadProperties readProperties, boolean isInline)
-
-
-
Method Detail
-
readEntry
public ODataEntry readEntry(XMLStreamReader reader, EntityInfoAggregator eia, EntityProviderReadProperties readProperties, boolean isInline) throws EntityProviderException
- Throws:
EntityProviderException
-
-