Uses of Class
org.apache.synapse.core.axis2.ProxyService
-
Packages that use ProxyService Package Description 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.core.axis2 -
-
Uses of ProxyService in org.apache.synapse.aspects.flow.statistics
Methods in org.apache.synapse.aspects.flow.statistics with parameters of type ProxyService Modifier and Type Method Description voidStatisticSynapseConfigurationObserver. proxyServiceAdded(ProxyService proxy)voidStatisticSynapseConfigurationObserver. proxyServiceRemoved(ProxyService proxy) -
Uses of ProxyService in org.apache.synapse.config
Methods in org.apache.synapse.config that return ProxyService Modifier and Type Method Description ProxyServiceSynapseConfiguration. getProxyService(String name)Get the Proxy service with the given nameMethods in org.apache.synapse.config that return types with arguments of type ProxyService Modifier and Type Method Description Collection<ProxyService>SynapseConfiguration. getProxyServices()Return the list of defined proxy servicesMethods in org.apache.synapse.config with parameters of type ProxyService Modifier and Type Method Description voidSynapseConfiguration. addProxyService(String name, ProxyService proxy)Add a Proxy service to the configuration.voidAbstractSynapseObserver. proxyServiceAdded(ProxyService proxy)voidSynapseObserver. proxyServiceAdded(ProxyService proxy)Event fired when a proxy service is added to the configurationvoidAbstractSynapseObserver. proxyServiceRemoved(ProxyService proxy)voidSynapseObserver. proxyServiceRemoved(ProxyService proxy)Event fired when a proxy service is removed from the configuration -
Uses of ProxyService in org.apache.synapse.config.xml
Methods in org.apache.synapse.config.xml that return ProxyService Modifier and Type Method Description static ProxyServiceProxyServiceFactory. createProxy(org.apache.axiom.om.OMElement elem, Properties properties)static ProxyServiceSynapseXMLConfigurationFactory. defineProxy(SynapseConfiguration config, org.apache.axiom.om.OMElement elem, Properties properties)Methods in org.apache.synapse.config.xml with parameters of type ProxyService Modifier and Type Method Description org.apache.axiom.om.OMElementMultiXMLConfigurationSerializer. serializeProxy(ProxyService service, SynapseConfiguration synapseConfig, org.apache.axiom.om.OMElement parent)static org.apache.axiom.om.OMElementProxyServiceSerializer. serializeProxy(org.apache.axiom.om.OMElement parent, ProxyService service) -
Uses of ProxyService in org.apache.synapse.core.axis2
Methods in org.apache.synapse.core.axis2 with parameters of type ProxyService Modifier and Type Method Description voidProxyServiceMessageReceiver. setProxy(ProxyService proxy)Set reference to actual proxy service
-