Package org.apache.synapse.api.version
Interface VersionStrategy
-
- All Known Implementing Classes:
AbstractVersionStrategy
,ContextVersionStrategy
,DefaultStrategy
,URLBasedVersionStrategy
public interface VersionStrategy
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description String
getVersion()
String
getVersionParam()
String
getVersionType()
boolean
isMatchingVersion(Object versionInfoObj)
-