Package org.n52.svalbard.decode
Class AbstractCapabilitiesBaseTypeDecoder<T,S>
- java.lang.Object
-
- org.n52.svalbard.decode.AbstractDelegatingDecoder<S,T>
-
- org.n52.svalbard.decode.AbstractXmlDecoder<T,S>
-
- org.n52.svalbard.decode.AbstractCapabilitiesBaseTypeDecoder<T,S>
-
- All Implemented Interfaces:
Component<DecoderKey>,Keyed<DecoderKey>,Decoder<S,T>
- Direct Known Subclasses:
CapabilitiesBaseTypeDecoder,CapabilitiesDecoder,CapabilitiesTypeDecoder
public abstract class AbstractCapabilitiesBaseTypeDecoder<T,S> extends AbstractXmlDecoder<T,S>
-
-
Constructor Summary
Constructors Constructor Description AbstractCapabilitiesBaseTypeDecoder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected OwsCapabilitiesparseCapabilitiesBaseType(String service, net.opengis.ows.x11.CapabilitiesBaseType cbt)-
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
decode, getSupportedTypes
-
-
-
-
Method Detail
-
parseCapabilitiesBaseType
protected OwsCapabilities parseCapabilitiesBaseType(String service, net.opengis.ows.x11.CapabilitiesBaseType cbt) throws DecodingException
- Throws:
DecodingException
-
-