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 void
StatisticSynapseConfigurationObserver. proxyServiceAdded(ProxyService proxy)
void
StatisticSynapseConfigurationObserver. 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 ProxyService
SynapseConfiguration. 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 void
SynapseConfiguration. addProxyService(String name, ProxyService proxy)
Add a Proxy service to the configuration.void
AbstractSynapseObserver. proxyServiceAdded(ProxyService proxy)
void
SynapseObserver. proxyServiceAdded(ProxyService proxy)
Event fired when a proxy service is added to the configurationvoid
AbstractSynapseObserver. proxyServiceRemoved(ProxyService proxy)
void
SynapseObserver. 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 ProxyService
ProxyServiceFactory. createProxy(org.apache.axiom.om.OMElement elem, Properties properties)
static ProxyService
SynapseXMLConfigurationFactory. 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.OMElement
MultiXMLConfigurationSerializer. serializeProxy(ProxyService service, SynapseConfiguration synapseConfig, org.apache.axiom.om.OMElement parent)
static org.apache.axiom.om.OMElement
ProxyServiceSerializer. 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 void
ProxyServiceMessageReceiver. setProxy(ProxyService proxy)
Set reference to actual proxy service
-