Uses of Class
org.apache.synapse.api.API
-
Packages that use API Package Description org.apache.synapse.api org.apache.synapse.api.inbound org.apache.synapse.api.version org.apache.synapse.aspects.flow.statistics org.apache.synapse.config org.apache.synapse.config.xml Factories and serializers for XML based configuration.org.apache.synapse.config.xml.rest -
-
Uses of API in org.apache.synapse.api
Methods in org.apache.synapse.api with parameters of type API Modifier and Type Method Description protected voidAbstractApiHandler. apiProcess(MessageContext synCtx, API api)protected voidAbstractApiHandler. apiProcessNonDefaultStrategy(MessageContext synCtx, API api)protected booleanAbstractApiHandler. identifyAPI(API api, MessageContext synCtx, List defaultStrategyApiSet)Method parameters in org.apache.synapse.api with type arguments of type API Modifier and Type Method Description protected booleanAbstractApiHandler. dispatchToAPI(Collection<API> apiSet, MessageContext synCtx) -
Uses of API in org.apache.synapse.api.inbound
Methods in org.apache.synapse.api.inbound with parameters of type API Modifier and Type Method Description static voidInboundApiUtils. addBindsTo(API api, org.apache.axiom.om.OMElement omElement)static voidInboundApiUtils. populateBindsTo(API api) -
Uses of API in org.apache.synapse.api.version
Fields in org.apache.synapse.api.version declared as API Modifier and Type Field Description protected APIAbstractVersionStrategy. apiMethods in org.apache.synapse.api.version that return API Modifier and Type Method Description APIAbstractVersionStrategy. getAPI()Constructors in org.apache.synapse.api.version with parameters of type API Constructor Description AbstractVersionStrategy(API api, String version, String versionType)ContextVersionStrategy(API api, String version, String versionParam)DefaultStrategy(API api)URLBasedVersionStrategy(API api, String version, String versionParam) -
Uses of API in org.apache.synapse.aspects.flow.statistics
Methods in org.apache.synapse.aspects.flow.statistics with parameters of type API Modifier and Type Method Description voidStatisticSynapseConfigurationObserver. apiAdded(API api)voidStatisticSynapseConfigurationObserver. apiRemoved(API api)voidStatisticSynapseConfigurationObserver. apiUpdated(API api) -
Uses of API in org.apache.synapse.config
Methods in org.apache.synapse.config that return API Modifier and Type Method Description APISynapseConfiguration. getAPI(String name)Methods in org.apache.synapse.config that return types with arguments of type API Modifier and Type Method Description Collection<API>SynapseConfiguration. getAPIs()Collection<API>SynapseConfiguration. getAPIs(String bindTo)Get the API specifying the binds to optionMethods in org.apache.synapse.config with parameters of type API Modifier and Type Method Description voidSynapseConfiguration. addAPI(String name, API api)voidSynapseConfiguration. addAPI(String name, API api, boolean reOrder)voidAbstractSynapseObserver. apiAdded(API api)voidSynapseObserver. apiAdded(API api)Event fired when a api is added to the configurationvoidAbstractSynapseObserver. apiRemoved(API api)voidSynapseObserver. apiRemoved(API api)Event fired when a API is removed from the configurationvoidAbstractSynapseObserver. apiUpdated(API api)voidSynapseObserver. apiUpdated(API api)Event fired when a API is updated in the configurationvoidSynapseConfiguration. updateAPI(String name, API api) -
Uses of API in org.apache.synapse.config.xml
Methods in org.apache.synapse.config.xml that return API Modifier and Type Method Description static APISynapseXMLConfigurationFactory. defineAPI(SynapseConfiguration config, org.apache.axiom.om.OMElement elem)static APISynapseXMLConfigurationFactory. defineAPI(SynapseConfiguration config, org.apache.axiom.om.OMElement elem, Properties properties)static APISynapseXMLConfigurationFactory. defineAPI(SynapseConfiguration config, org.apache.axiom.om.OMElement elem, Properties properties, boolean reOrder)Add api with the option of re-ordering the api collection based on the contextMethods in org.apache.synapse.config.xml with parameters of type API Modifier and Type Method Description org.apache.axiom.om.OMElementMultiXMLConfigurationSerializer. serializeAPI(API api, SynapseConfiguration synapseConfig, org.apache.axiom.om.OMElement parent) -
Uses of API in org.apache.synapse.config.xml.rest
Methods in org.apache.synapse.config.xml.rest that return API Modifier and Type Method Description static APIAPIFactory. createAPI(org.apache.axiom.om.OMElement apiElt)static APIAPIFactory. createAPI(org.apache.axiom.om.OMElement apiElt, Properties properties)Methods in org.apache.synapse.config.xml.rest with parameters of type API Modifier and Type Method Description static VersionStrategyVersionStrategyFactory. createVersioningStrategy(API api, org.apache.axiom.om.OMElement apiElt)static org.apache.axiom.om.OMElementAPISerializer. serializeAPI(org.apache.axiom.om.OMElement parent, API api)static org.apache.axiom.om.OMElementAPISerializer. serializeAPI(API api)
-