public class RdfEncoder extends Object implements StreamingEncoder<org.apache.xmlbeans.XmlObject,RDF>
| Constructor and Description |
|---|
RdfEncoder() |
| Modifier and Type | Method and Description |
|---|---|
org.apache.xmlbeans.XmlObject |
encode(RDF rdf) |
org.apache.xmlbeans.XmlObject |
encode(RDF rdf,
EncodingContext additionalValues) |
void |
encode(RDF rdf,
OutputStream outputStream,
EncodingContext context) |
MediaType |
getContentType() |
Set<EncoderKey> |
getKeys() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitencodegetSupportedTypespublic Set<EncoderKey> getKeys()
getKeys in interface Keyed<EncoderKey>public org.apache.xmlbeans.XmlObject encode(RDF rdf) throws EncodingException
encode in interface Encoder<org.apache.xmlbeans.XmlObject,RDF>EncodingExceptionpublic org.apache.xmlbeans.XmlObject encode(RDF rdf, EncodingContext additionalValues) throws EncodingException
encode in interface Encoder<org.apache.xmlbeans.XmlObject,RDF>EncodingExceptionpublic void encode(RDF rdf, OutputStream outputStream, EncodingContext context) throws EncodingException
encode in interface StreamingEncoder<org.apache.xmlbeans.XmlObject,RDF>EncodingExceptionpublic MediaType getContentType()
getContentType in interface Encoder<org.apache.xmlbeans.XmlObject,RDF>Copyright © 2015–2020 52°North Initiative for Geospatial Open Source Software GmbH. All rights reserved.