org.odata4j.format.xml
Class AtomEntryFormatParser
java.lang.Object
org.odata4j.format.xml.AtomEntryFormatParser
- All Implemented Interfaces:
- FormatParser<Entry>
public class AtomEntryFormatParser
- extends Object
- implements FormatParser<Entry>
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
entityKey
protected OEntityKey entityKey
entitySetName
protected String entitySetName
fcMapping
protected FeedCustomizationMapping fcMapping
metadata
protected EdmDataServices metadata
AtomEntryFormatParser
public AtomEntryFormatParser(EdmDataServices metadata,
String entitySetName,
OEntityKey entityKey,
FeedCustomizationMapping fcMapping)
parse
public Entry parse(Reader reader)
- Specified by:
parse
in interface FormatParser<Entry>
http://odata4j.org