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