|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use ProxyService | |
|---|---|
| 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.config |
|---|
| Methods in org.apache.synapse.config that return ProxyService | |
|---|---|
ProxyService |
SynapseConfiguration.getProxyService(String name)
Get the Proxy service with the given name |
| Methods in org.apache.synapse.config that return types with arguments of type ProxyService | |
|---|---|
Collection<ProxyService> |
SynapseConfiguration.getProxyServices()
Return the list of defined proxy services |
| Methods in org.apache.synapse.config with parameters of type ProxyService | |
|---|---|
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 configuration |
void |
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 | |
|---|---|
static ProxyService |
ProxyServiceFactory.createProxy(OMElement elem,
Properties properties)
|
static ProxyService |
SynapseXMLConfigurationFactory.defineProxy(SynapseConfiguration config,
OMElement elem,
Properties properties)
|
| Methods in org.apache.synapse.config.xml with parameters of type ProxyService | |
|---|---|
static OMElement |
ProxyServiceSerializer.serializeProxy(OMElement parent,
ProxyService service)
|
OMElement |
MultiXMLConfigurationSerializer.serializeProxy(ProxyService service,
SynapseConfiguration synapseConfig,
OMElement parent)
|
| Uses of ProxyService in org.apache.synapse.core.axis2 |
|---|
| Methods in org.apache.synapse.core.axis2 with parameters of type ProxyService | |
|---|---|
void |
ProxyServiceMessageReceiver.setProxy(ProxyService proxy)
Set reference to actual proxy service |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||