Package org.n52.svalbard.decode
Class AbstractGetDataAvailabilityXmlDecoder
- 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<GetDataAvailabilityRequest>
-
- org.n52.svalbard.decode.AbstractGetDataAvailabilityXmlDecoder
-
- All Implemented Interfaces:
Component<DecoderKey>,Keyed<DecoderKey>,Decoder<GetDataAvailabilityRequest,org.apache.xmlbeans.XmlObject>
- Direct Known Subclasses:
GetDataAvailabilityV20XmlDecoder,GetDataAvailabilityXmlDecoder
public abstract class AbstractGetDataAvailabilityXmlDecoder extends AbstractSwesDecoderv20<GetDataAvailabilityRequest>
-
-
Constructor Summary
Constructors Constructor Description AbstractGetDataAvailabilityXmlDecoder()
-
Method Summary
All Methods Static Methods Instance Methods Abstract Methods Concrete Methods Modifier and Type Method Description GetDataAvailabilityRequestdecode(org.apache.xmlbeans.XmlObject objectToDecode)protected static StringgetBasePath(String basePath, String prefix)protected StringgetPath(String xpathPrefix, String prefix, String element)Create path from valuesprotected booleanisSweAbstractDataComponent(Object object)Check if the object is of typeSweAbstractDataComponentabstract GetDataAvailabilityRequestparseGetDataAvailability(org.apache.xmlbeans.XmlObject xml)protected StringparseStringValue(org.apache.xmlbeans.XmlObject xmlObject)-
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
-
parseGetDataAvailability
public abstract GetDataAvailabilityRequest parseGetDataAvailability(org.apache.xmlbeans.XmlObject xml) throws DecodingException
- Throws:
DecodingException
-
decode
public GetDataAvailabilityRequest decode(org.apache.xmlbeans.XmlObject objectToDecode) throws DecodingException
- Throws:
DecodingException
-
parseStringValue
protected String parseStringValue(org.apache.xmlbeans.XmlObject xmlObject)
-
isSweAbstractDataComponent
protected boolean isSweAbstractDataComponent(Object object)
Check if the object is of typeSweAbstractDataComponent- Parameters:
object- Object to check- Returns:
true, if the object is of typeSweAbstractDataComponent
-
-