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 VersionStrategyAPI. getVersionStrategy()Methods in org.apache.synapse.api with parameters of type VersionStrategy Modifier and Type Method Description voidAPI. 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 classAbstractVersionStrategyclassContextVersionStrategyclassDefaultStrategyclassURLBasedVersionStrategy -
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 VersionStrategyVersionStrategyFactory. 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.OMElementVersionStrategySerializer. serializeVersioningStrategy(VersionStrategy strategy, org.apache.axiom.om.OMElement apiElement)
-