Package org.n52.svalbard
Interface ProcedureCoder
-
- All Known Subinterfaces:
ProcedureDecoder<T,S>,ProcedureEncoder<S,T>
public interface 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 ProcedureCoder and the specified service and version.
-
-
-
Method Detail
-
getSupportedProcedureDescriptionFormats
Set<String> getSupportedProcedureDescriptionFormats(String service, String version)
Get the supported procedure description formats for this ProcedureCoder and the specified service and version.- Parameters:
service- the serviceversion- the version- Returns:
- the procedure description formats
-
-