Package org.n52.svalbard.encode
Class RelatedOfferingsEncoder
- java.lang.Object
-
- org.n52.svalbard.encode.AbstractDelegatingEncoder<T,S>
-
- org.n52.svalbard.encode.AbstractXmlEncoder<org.apache.xmlbeans.XmlObject,RelatedOfferings>
-
- org.n52.svalbard.encode.RelatedOfferingsEncoder
-
- All Implemented Interfaces:
Component<EncoderKey>,Keyed<EncoderKey>,Encoder<org.apache.xmlbeans.XmlObject,RelatedOfferings>,SchemaAwareEncoder<org.apache.xmlbeans.XmlObject,RelatedOfferings>
public class RelatedOfferingsEncoder extends AbstractXmlEncoder<org.apache.xmlbeans.XmlObject,RelatedOfferings>
- Since:
- 1.0.0
-
-
Constructor Summary
Constructors Constructor Description RelatedOfferingsEncoder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidaddNamespacePrefixToMap(Map<String,String> nameSpacePrefixMap)org.apache.xmlbeans.XmlObjectencode(RelatedOfferings objectToEncode, EncodingContext ctx)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
getSchemaLocations
-
-
-
-
Method Detail
-
getKeys
public Set<EncoderKey> getKeys()
-
addNamespacePrefixToMap
public void addNamespacePrefixToMap(Map<String,String> nameSpacePrefixMap)
-
encode
public org.apache.xmlbeans.XmlObject encode(RelatedOfferings objectToEncode, EncodingContext ctx) throws EncodingException
- Throws:
EncodingException
-
-