Package org.n52.svalbard.decode
Class SosDecoderv20
- java.lang.Object
-
- org.n52.svalbard.decode.AbstractDelegatingDecoder<S,T>
-
- org.n52.svalbard.decode.AbstractXmlDecoder<org.apache.xmlbeans.XmlObject,S>
-
- org.n52.svalbard.decode.AbstractSwesDecoderv20<OwsServiceCommunicationObject>
-
- org.n52.svalbard.decode.SosDecoderv20
-
- All Implemented Interfaces:
Component<DecoderKey>,Keyed<DecoderKey>,Decoder<OwsServiceCommunicationObject,org.apache.xmlbeans.XmlObject>
public class SosDecoderv20 extends AbstractSwesDecoderv20<OwsServiceCommunicationObject> implements Decoder<OwsServiceCommunicationObject,org.apache.xmlbeans.XmlObject>
- Since:
- 1.0.0
-
-
Constructor Summary
Constructors Constructor Description SosDecoderv20()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description OwsServiceCommunicationObjectdecode(org.apache.xmlbeans.XmlObject xml)Set<DecoderKey>getKeys()-
Methods inherited from class org.n52.svalbard.decode.AbstractSwesDecoderv20
checkFormatWithNamespace, getNodeFromNodeList, parseExtensibleRequest, parseExtensibleRequestExtension
-
Methods inherited from class org.n52.svalbard.decode.AbstractXmlDecoder
decodeXmlElement, decodeXmlObject, decodeXmlObject, getDecoderKey, getXmlOptions, setXmlOptions
-
Methods inherited from class org.n52.svalbard.decode.AbstractDelegatingDecoder
getDecoder, getDecoderRepository, setDecoderRepository
-
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.decode.Decoder
getSupportedTypes
-
-
-
-
Method Detail
-
getKeys
public Set<DecoderKey> getKeys()
- Specified by:
getKeysin interfaceKeyed<DecoderKey>
-
decode
public OwsServiceCommunicationObject decode(org.apache.xmlbeans.XmlObject xml) throws DecodingException
- Specified by:
decodein interfaceDecoder<OwsServiceCommunicationObject,org.apache.xmlbeans.XmlObject>- Throws:
DecodingException
-
-