Class AtomEntryEntityProducer
java.lang.Object
org.apache.olingo.odata2.core.ep.producer.AtomEntryEntityProducer
Serializes an ATOM entry.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidappend(XMLStreamWriter writer, EntityInfoAggregator eia, Map<String, Object> data, boolean isRootElement, boolean isFeedPart) protected static StringcreateETag(EntityInfoAggregator eia, Map<String, Object> data) getETag()
-
Constructor Details
-
AtomEntryEntityProducer
public AtomEntryEntityProducer(EntityProviderWriteProperties properties) throws EntityProviderException - Throws:
EntityProviderException
-
-
Method Details
-
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
-
getLocation
-