org.odata4j.format.xml
Class AtomEntryFormatParser

java.lang.Object
  extended by org.odata4j.format.xml.AtomEntryFormatParser
All Implemented Interfaces:
FormatParser<Entry>

public class AtomEntryFormatParser
extends Object
implements FormatParser<Entry>


Field Summary
protected  OEntityKey entityKey
           
protected  String entitySetName
           
protected  FeedCustomizationMapping fcMapping
           
protected  EdmDataServices metadata
           
 
Constructor Summary
AtomEntryFormatParser(EdmDataServices metadata, String entitySetName, OEntityKey entityKey, FeedCustomizationMapping fcMapping)
           
 
Method Summary
 Entry parse(Reader reader)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

entityKey

protected OEntityKey entityKey

entitySetName

protected String entitySetName

fcMapping

protected FeedCustomizationMapping fcMapping

metadata

protected EdmDataServices metadata
Constructor Detail

AtomEntryFormatParser

public AtomEntryFormatParser(EdmDataServices metadata,
                             String entitySetName,
                             OEntityKey entityKey,
                             FeedCustomizationMapping fcMapping)
Method Detail

parse

public Entry parse(Reader reader)
Specified by:
parse in interface FormatParser<Entry>


http://odata4j.org