Package org.n52.svalbard.decode
Class AqdDecoderv10
- java.lang.Object
-
- org.n52.svalbard.decode.AqdDecoderv10
-
- All Implemented Interfaces:
Component<DecoderKey>,Keyed<DecoderKey>,Decoder<OwsServiceCommunicationObject,org.apache.xmlbeans.XmlObject>
public class AqdDecoderv10 extends Object implements Decoder<OwsServiceCommunicationObject,org.apache.xmlbeans.XmlObject>
XmlObjectdecoder for AQD e-Reporting requests- Since:
- 1.0.0
-
-
Constructor Summary
Constructors Constructor Description AqdDecoderv10()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description OwsServiceCommunicationObjectdecode(org.apache.xmlbeans.XmlObject objectToDecode)Set<DecoderKey>getKeys()voidsetDecoderRepository(DecoderRepository decoderRepository)-
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
-
setDecoderRepository
@Inject public void setDecoderRepository(DecoderRepository decoderRepository)
-
getKeys
public Set<DecoderKey> getKeys()
- Specified by:
getKeysin interfaceKeyed<DecoderKey>
-
decode
public OwsServiceCommunicationObject decode(org.apache.xmlbeans.XmlObject objectToDecode) throws DecodingException
- Specified by:
decodein interfaceDecoder<OwsServiceCommunicationObject,org.apache.xmlbeans.XmlObject>- Throws:
DecodingException
-
-