Package org.n52.svalbard.decode
Class AbstractProcessDecoder<S>
- java.lang.Object
-
- org.n52.svalbard.decode.AbstractDelegatingDecoder<S,T>
-
- org.n52.svalbard.decode.AbstractXmlDecoder<S,Process>
-
- org.n52.svalbard.decode.AbstractProcessDecoder<S>
-
- All Implemented Interfaces:
Component<DecoderKey>,Keyed<DecoderKey>,ConformanceClass,Decoder<Process,S>,ProcedureDecoder<Process,S>,ProcedureCoder
- Direct Known Subclasses:
ProcessDocumentDecoder,ProcessPropertyTypeDecoder,ProcessTypeDecoder
public abstract class AbstractProcessDecoder<S> extends AbstractXmlDecoder<S,Process> implements ProcedureDecoder<Process,S>
-
-
Constructor Summary
Constructors Constructor Description AbstractProcessDecoder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Set<String>getSupportedProcedureDescriptionFormats(String service, String version)Set<SupportedType>getSupportedTypes()protected ProcessparseProcessType(eu.europa.ec.inspire.schemas.ompr.x30.ProcessType pt)-
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.ConformanceClass
getConformanceClasses
-
-
-
-
Method Detail
-
getSupportedTypes
public Set<SupportedType> getSupportedTypes()
- Specified by:
getSupportedTypesin interfaceDecoder<Process,S>
-
getSupportedProcedureDescriptionFormats
public Set<String> getSupportedProcedureDescriptionFormats(String service, String version)
- Specified by:
getSupportedProcedureDescriptionFormatsin interfaceProcedureCoder
-
parseProcessType
protected Process parseProcessType(eu.europa.ec.inspire.schemas.ompr.x30.ProcessType pt)
-
-