Package org.n52.svalbard.decode
Class AbstractStringRequestDecoder
- java.lang.Object
-
- org.n52.svalbard.decode.AbstractStringRequestDecoder
-
- All Implemented Interfaces:
Component<DecoderKey>,Keyed<DecoderKey>,Decoder<OwsServiceCommunicationObject,String>
- Direct Known Subclasses:
AqdStringDecoderv10,DeleteObservationStringDecoder,DeleteResultTemplateStringDecoder,GetDataAvailabilityStringDecoder,InsertFeatureOfInterestStringDecoder,SosStringDecoderv100,SosStringDecoderv20,SwesStringDecoderv20
public abstract class AbstractStringRequestDecoder extends Object implements Decoder<OwsServiceCommunicationObject,String>
-
-
Constructor Summary
Constructors Constructor Description AbstractStringRequestDecoder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description OwsServiceCommunicationObjectdecode(String string)voidsetDecoderRepository(DecoderRepository decoderRepository)-
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
-
setDecoderRepository
@Inject public void setDecoderRepository(DecoderRepository decoderRepository)
-
decode
public OwsServiceCommunicationObject decode(String string) throws DecodingException
- Specified by:
decodein interfaceDecoder<OwsServiceCommunicationObject,String>- Throws:
DecodingException
-
-