Package org.n52.svalbard.encode
Class RelatedPartyTypeEncoder
- java.lang.Object
-
- org.n52.svalbard.encode.AbstractDelegatingEncoder<T,S>
-
- org.n52.svalbard.encode.AbstractXmlEncoder<org.apache.xmlbeans.XmlObject,RelatedParty>
-
- org.n52.svalbard.encode.RelatedPartyTypeEncoder
-
- All Implemented Interfaces:
Component<EncoderKey>,Keyed<EncoderKey>,Encoder<org.apache.xmlbeans.XmlObject,RelatedParty>,SchemaAwareEncoder<org.apache.xmlbeans.XmlObject,RelatedParty>
public class RelatedPartyTypeEncoder extends AbstractXmlEncoder<org.apache.xmlbeans.XmlObject,RelatedParty>
-
-
Constructor Summary
Constructors Constructor Description RelatedPartyTypeEncoder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description org.apache.xmlbeans.XmlObjectencode(RelatedParty relatedParty, EncodingContext context)protected org.apache.xmlbeans.XmlObjectencodeGMD(Object o)protected org.apache.xmlbeans.XmlObjectencodeGMD(Object o, EncodingContext context)protected org.apache.xmlbeans.XmlObjectencodeGML(Object o)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
-
getKeys
public Set<EncoderKey> getKeys()
-
encode
public org.apache.xmlbeans.XmlObject encode(RelatedParty relatedParty, EncodingContext context) throws EncodingException, UnsupportedEncoderInputException
-
encodeGML
protected org.apache.xmlbeans.XmlObject encodeGML(Object o) throws EncodingException
- Throws:
EncodingException
-
encodeGMD
protected org.apache.xmlbeans.XmlObject encodeGMD(Object o) throws EncodingException
- Throws:
EncodingException
-
encodeGMD
protected org.apache.xmlbeans.XmlObject encodeGMD(Object o, EncodingContext context) throws EncodingException
- Throws:
EncodingException
-
-