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