Package org.n52.svalbard.decode
Class DeleteObservationV20Decoder
- java.lang.Object
-
- org.n52.svalbard.decode.AbstractDelegatingDecoder<S,T>
-
- org.n52.svalbard.decode.AbstractXmlDecoder<org.apache.xmlbeans.XmlObject,DeleteObservationRequest>
-
- org.n52.svalbard.decode.DeleteObservationV20Decoder
-
- All Implemented Interfaces:
Component<DecoderKey>,Keyed<DecoderKey>,Decoder<DeleteObservationRequest,org.apache.xmlbeans.XmlObject>
public class DeleteObservationV20Decoder extends AbstractXmlDecoder<org.apache.xmlbeans.XmlObject,DeleteObservationRequest>
- Since:
- 1.0.0
-
-
Constructor Summary
Constructors Constructor Description DeleteObservationV20Decoder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description DeleteObservationRequestdecode(org.apache.xmlbeans.XmlObject xmlObject)Set<DecoderKey>getKeys()Set<SupportedType>getSupportedTypes()-
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
-
-
-
-
Method Detail
-
getKeys
public Set<DecoderKey> getKeys()
-
decode
public DeleteObservationRequest decode(org.apache.xmlbeans.XmlObject xmlObject) throws DecodingException
- Throws:
DecodingException
-
getSupportedTypes
public Set<SupportedType> getSupportedTypes()
-
-