Class AtomFeedProducer
- java.lang.Object
-
- org.apache.olingo.odata2.core.ep.producer.AtomFeedProducer
-
public class AtomFeedProducer extends Object
Serializes an ATOM feed.
-
-
Constructor Summary
Constructors Constructor Description AtomFeedProducer(EntityProviderWriteProperties properties)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidappend(XMLStreamWriter writer, EntityInfoAggregator eia, List<Map<String,Object>> data, boolean isInline)
-
-
-
Constructor Detail
-
AtomFeedProducer
public AtomFeedProducer(EntityProviderWriteProperties properties)
-
-
Method Detail
-
append
public void append(XMLStreamWriter writer, EntityInfoAggregator eia, List<Map<String,Object>> data, boolean isInline) throws EntityProviderException
- Throws:
EntityProviderException
-
-