Class XmlLinksEntityProducer
- java.lang.Object
-
- org.apache.olingo.odata2.core.ep.producer.XmlLinksEntityProducer
-
public class XmlLinksEntityProducer extends Object
Provider for writing a collection of links
-
-
Constructor Summary
Constructors Constructor Description XmlLinksEntityProducer(EntityProviderWriteProperties properties)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidappend(XMLStreamWriter writer, EntityInfoAggregator entityInfo, List<Map<String,Object>> data)
-
-
-
Constructor Detail
-
XmlLinksEntityProducer
public XmlLinksEntityProducer(EntityProviderWriteProperties properties) throws EntityProviderException
- Throws:
EntityProviderException
-
-
Method Detail
-
append
public void append(XMLStreamWriter writer, EntityInfoAggregator entityInfo, List<Map<String,Object>> data) throws EntityProviderException
- Throws:
EntityProviderException
-
-