Package org.n52.svalbard.encode
Class SwesExtensionEncoderv20
- java.lang.Object
-
- org.n52.svalbard.encode.AbstractDelegatingEncoder<T,S>
-
- org.n52.svalbard.encode.AbstractXmlEncoder<org.apache.xmlbeans.XmlObject,SwesExtension<?>>
-
- org.n52.svalbard.encode.SwesExtensionEncoderv20
-
- All Implemented Interfaces:
Component<EncoderKey>,Keyed<EncoderKey>,Encoder<org.apache.xmlbeans.XmlObject,SwesExtension<?>>,SchemaAwareEncoder<org.apache.xmlbeans.XmlObject,SwesExtension<?>>
public class SwesExtensionEncoderv20 extends AbstractXmlEncoder<org.apache.xmlbeans.XmlObject,SwesExtension<?>>
- Since:
- 3.2.0
-
-
Constructor Summary
Constructors Constructor Description SwesExtensionEncoderv20()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description org.apache.xmlbeans.XmlObjectencode(SwesExtension<?> swesExtension, EncodingContext additionalValues)Set<EncoderKey>getKeys()-
Methods inherited from class org.n52.svalbard.encode.AbstractXmlEncoder
encode, encodeObjectToXml, encodeObjectToXml, encodeObjectToXmlDocument, encodeObjectToXmlDocument, encodeObjectToXmlPropertyType, encodeObjectToXmlPropertyType, encodeObjectToXmlText, encodeObjectToXmlText, getAndCheck, getContentType, getDocumentEncoder, getDocumentEncoder, getDocumentEncoderKey, getDocumentEncoderKey, getEncoder, getEncoder, getEncoderKey, getEncoderKey, getPropertyTypeEncoder, getPropertyTypeEncoder, getPropertyTypeEncoderKey, getPropertyTypeEncoderKey, getXmlOptions, setXmlOptions, substitute
-
Methods inherited from class org.n52.svalbard.encode.AbstractDelegatingEncoder
getEncoder, getEncoderRepository, setEncoderRepository
-
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.SchemaAwareEncoder
addNamespacePrefixToMap, getSchemaLocations
-
-
-
-
Method Detail
-
encode
public org.apache.xmlbeans.XmlObject encode(SwesExtension<?> swesExtension, EncodingContext additionalValues) throws EncodingException
- Throws:
EncodingException
-
getKeys
public Set<EncoderKey> getKeys()
-
-