Class AtomEntryEntityProducer
- java.lang.Object
-
- org.apache.olingo.odata2.core.ep.producer.AtomEntryEntityProducer
-
public class AtomEntryEntityProducer extends Object
Serializes an ATOM entry.
-
-
Constructor Summary
Constructors Constructor Description AtomEntryEntityProducer(EntityProviderWriteProperties properties)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description voidappend(XMLStreamWriter writer, EntityInfoAggregator eia, Map<String,Object> data, boolean isRootElement, boolean isFeedPart)protected static StringcreateETag(EntityInfoAggregator eia, Map<String,Object> data)StringgetETag()StringgetLocation()
-
-
-
Constructor Detail
-
AtomEntryEntityProducer
public AtomEntryEntityProducer(EntityProviderWriteProperties properties) throws EntityProviderException
- Throws:
EntityProviderException
-
-
Method Detail
-
append
public void append(XMLStreamWriter writer, EntityInfoAggregator eia, Map<String,Object> data, boolean isRootElement, boolean isFeedPart) throws EntityProviderException
- Throws:
EntityProviderException
-
createETag
protected static String createETag(EntityInfoAggregator eia, Map<String,Object> data) throws EntityProviderException
- Throws:
EntityProviderException
-
getETag
public String getETag()
-
getLocation
public String getLocation()
-
-