Package org.n52.svalbard.decode
Class CapabilitiesV1DocumentDecoder
- java.lang.Object
-
- org.n52.svalbard.decode.AbstractDelegatingDecoder<S,T>
-
- org.n52.svalbard.decode.AbstractXmlDecoder<net.opengis.sos.x10.CapabilitiesDocument,GetCapabilitiesResponse>
-
- org.n52.svalbard.decode.CapabilitiesV1DocumentDecoder
-
- All Implemented Interfaces:
Component<DecoderKey>,Keyed<DecoderKey>,Decoder<GetCapabilitiesResponse,net.opengis.sos.x10.CapabilitiesDocument>
public class CapabilitiesV1DocumentDecoder extends AbstractXmlDecoder<net.opengis.sos.x10.CapabilitiesDocument,GetCapabilitiesResponse>
-
-
Constructor Summary
Constructors Constructor Description CapabilitiesV1DocumentDecoder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description GetCapabilitiesResponsedecode(net.opengis.sos.x10.CapabilitiesDocument cd)Set<DecoderKey>getKeys()-
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
-
decode
public GetCapabilitiesResponse decode(net.opengis.sos.x10.CapabilitiesDocument cd) throws DecodingException
- Throws:
DecodingException
-
getKeys
public Set<DecoderKey> getKeys()
-
-