Class AtomEntryEntitySerializer
- java.lang.Object
-
- org.apache.olingo.odata2.client.core.ep.serializer.AtomEntryEntitySerializer
-
public class AtomEntryEntitySerializer extends Object
Serializes an ATOM entry.
-
-
Constructor Summary
Constructors Constructor Description AtomEntryEntitySerializer(EntitySerializerProperties properties)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidappend(XMLStreamWriter writer, EntityInfoAggregator eia, Entity data, boolean isRootElement, boolean isFeedPart)This serializes the xml payload entry
-
-
-
Constructor Detail
-
AtomEntryEntitySerializer
public AtomEntryEntitySerializer(EntitySerializerProperties properties)
- Parameters:
properties- EntitySerializerProperties
-
-
Method Detail
-
append
public void append(XMLStreamWriter writer, EntityInfoAggregator eia, Entity data, boolean isRootElement, boolean isFeedPart) throws org.apache.olingo.odata2.api.ep.EntityProviderException
This serializes the xml payload entry- Parameters:
writer- XMLStreamWritereia- EntityInfoAggregatordata- EntityisRootElement- booleanisFeedPart- boolean- Throws:
org.apache.olingo.odata2.api.ep.EntityProviderException- Caso ocorra Exceção
-
-