Uses of Interface
org.apache.synapse.api.version.VersionStrategy
-
Packages that use VersionStrategy Package Description org.apache.synapse.api org.apache.synapse.api.version org.apache.synapse.config.xml.rest -
-
Uses of VersionStrategy in org.apache.synapse.api
Methods in org.apache.synapse.api that return VersionStrategy Modifier and Type Method Description VersionStrategy
API. getVersionStrategy()
Methods in org.apache.synapse.api with parameters of type VersionStrategy Modifier and Type Method Description void
API. setVersionStrategy(VersionStrategy versionStrategy)
-
Uses of VersionStrategy in org.apache.synapse.api.version
Classes in org.apache.synapse.api.version that implement VersionStrategy Modifier and Type Class Description class
AbstractVersionStrategy
class
ContextVersionStrategy
class
DefaultStrategy
class
URLBasedVersionStrategy
-
Uses of VersionStrategy in org.apache.synapse.config.xml.rest
Methods in org.apache.synapse.config.xml.rest that return VersionStrategy Modifier and Type Method Description static VersionStrategy
VersionStrategyFactory. createVersioningStrategy(API api, org.apache.axiom.om.OMElement apiElt)
Methods in org.apache.synapse.config.xml.rest with parameters of type VersionStrategy Modifier and Type Method Description static org.apache.axiom.om.OMElement
VersionStrategySerializer. serializeVersioningStrategy(VersionStrategy strategy, org.apache.axiom.om.OMElement apiElement)
-