Package org.n52.svalbard.encode
Class RdfEncoder
- java.lang.Object
-
- org.n52.svalbard.encode.RdfEncoder
-
- All Implemented Interfaces:
Component<EncoderKey>,Keyed<EncoderKey>,Encoder<org.apache.xmlbeans.XmlObject,RDF>,StreamingEncoder<org.apache.xmlbeans.XmlObject,RDF>
public class RdfEncoder extends Object implements StreamingEncoder<org.apache.xmlbeans.XmlObject,RDF>
-
-
Constructor Summary
Constructors Constructor Description RdfEncoder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description org.apache.xmlbeans.XmlObjectencode(RDF rdf)voidencode(RDF rdf, OutputStream outputStream, EncodingContext context)org.apache.xmlbeans.XmlObjectencode(RDF rdf, EncodingContext additionalValues)MediaTypegetContentType()Set<EncoderKey>getKeys()-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface org.n52.svalbard.encode.Encoder
getSupportedTypes
-
Methods inherited from interface org.n52.svalbard.encode.StreamingEncoder
encode
-
-
-
-
Method Detail
-
getKeys
public Set<EncoderKey> getKeys()
- Specified by:
getKeysin interfaceKeyed<EncoderKey>
-
encode
public org.apache.xmlbeans.XmlObject encode(RDF rdf) throws EncodingException
- Specified by:
encodein interfaceEncoder<org.apache.xmlbeans.XmlObject,RDF>- Throws:
EncodingException
-
encode
public org.apache.xmlbeans.XmlObject encode(RDF rdf, EncodingContext additionalValues) throws EncodingException
- Specified by:
encodein interfaceEncoder<org.apache.xmlbeans.XmlObject,RDF>- Throws:
EncodingException
-
encode
public void encode(RDF rdf, OutputStream outputStream, EncodingContext context) throws EncodingException
- Specified by:
encodein interfaceStreamingEncoder<org.apache.xmlbeans.XmlObject,RDF>- Throws:
EncodingException
-
getContentType
public MediaType getContentType()
- Specified by:
getContentTypein interfaceEncoder<org.apache.xmlbeans.XmlObject,RDF>
-
-