Package org.n52.svalbard.encode
Interface ProcedureEncoder<S,T>
-
- Type Parameters:
T- the resulting type, the "Target"S- the input type, the "Source"
- All Superinterfaces:
Component<EncoderKey>,ConformanceClass,ConformanceClassEncoder<S,T>,Encoder<S,T>,Keyed<EncoderKey>,ProcedureCoder
public interface ProcedureEncoder<S,T> extends ConformanceClassEncoder<S,T>, ProcedureCoder
- Since:
- 1.0.0
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Set<String>getSupportedProcedureDescriptionFormats(String service, String version)Get the supported procedure description formats for this ProcedureEncoder and the specified service and version.-
Methods inherited from interface org.n52.svalbard.ConformanceClass
getConformanceClasses
-
Methods inherited from interface org.n52.svalbard.encode.Encoder
encode, encode, getContentType, getSupportedTypes
-
-
-
-
Method Detail
-
getSupportedProcedureDescriptionFormats
Set<String> getSupportedProcedureDescriptionFormats(String service, String version)
Get the supported procedure description formats for this ProcedureEncoder and the specified service and version.- Specified by:
getSupportedProcedureDescriptionFormatsin interfaceProcedureCoder- Parameters:
service- the serviceversion- the version- Returns:
- the procedure description formats
-
-