Class XmlEntryConsumer
java.lang.Object
org.apache.olingo.odata2.core.ep.consumer.XmlEntryConsumer
Atom/XML format reader/consumer for entries.
XmlEntryConsumer instance can be reused for several
#readEntry(XMLStreamReader, EntityInfoAggregator, EntityProviderReadProperties) calls
but be aware that the instance and their readEntry* methods are NOT THREAD SAFE.-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionreadEntry(XMLStreamReader reader, EntityInfoAggregator eia, EntityProviderReadProperties readProperties, boolean isInline)
-
Constructor Details
-
XmlEntryConsumer
public XmlEntryConsumer()
-
-
Method Details
-
readEntry
public ODataEntry readEntry(XMLStreamReader reader, EntityInfoAggregator eia, EntityProviderReadProperties readProperties, boolean isInline) throws EntityProviderException - Throws:
EntityProviderException
-