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