Package | Description |
---|---|
org.apache.synapse.config | |
org.apache.synapse.config.xml |
Factories and serializers for XML based configuration.
|
org.apache.synapse.core.axis2 |
Modifier and Type | Method and Description |
---|---|
ProxyService |
SynapseConfiguration.getProxyService(String name)
Get the Proxy service with the given name
|
Modifier and Type | Method and Description |
---|---|
Collection<ProxyService> |
SynapseConfiguration.getProxyServices()
Return the list of defined proxy services
|
Modifier and Type | Method and Description |
---|---|
void |
SynapseConfiguration.addProxyService(String name,
ProxyService proxy)
Add a Proxy service to the configuration.
|
void |
SynapseObserver.proxyServiceAdded(ProxyService proxy)
Event fired when a proxy service is added to the configuration
|
void |
AbstractSynapseObserver.proxyServiceAdded(ProxyService proxy) |
void |
SynapseObserver.proxyServiceRemoved(ProxyService proxy)
Event fired when a proxy service is removed from the configuration
|
void |
AbstractSynapseObserver.proxyServiceRemoved(ProxyService proxy) |
Modifier and Type | Method and 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) |
Modifier and Type | Method and Description |
---|---|
static org.apache.axiom.om.OMElement |
ProxyServiceSerializer.serializeProxy(org.apache.axiom.om.OMElement parent,
ProxyService service) |
org.apache.axiom.om.OMElement |
MultiXMLConfigurationSerializer.serializeProxy(ProxyService service,
SynapseConfiguration synapseConfig,
org.apache.axiom.om.OMElement parent) |
Modifier and Type | Method and Description |
---|---|
void |
ProxyServiceMessageReceiver.setProxy(ProxyService proxy)
Set reference to actual proxy service
|
Copyright © 2005-2017 Apache Software Foundation. All Rights Reserved.