public class SynapseEnvironmentServiceImpl extends Object implements SynapseEnvironmentService
| Constructor and Description |
|---|
SynapseEnvironmentServiceImpl(org.apache.synapse.core.SynapseEnvironment synapseEnvironment,
int tenantId,
org.apache.axis2.context.ConfigurationContext configCtx) |
| Modifier and Type | Method and Description |
|---|---|
org.apache.axis2.context.ConfigurationContext |
getConfigurationContext()
Get the ConfigurationContext for this SynapseConfiguration
|
org.apache.synapse.core.SynapseEnvironment |
getSynapseEnvironment()
Retrieve the synapse configuration
|
int |
getTenantId()
Get the tenant id corresponding to this synapse configuration.
|
void |
setConfigurationContext(org.apache.axis2.context.ConfigurationContext configurationContext) |
void |
setSynapseEnvironment(org.apache.synapse.core.SynapseEnvironment synapseEnvironment)
Set the SynapseEnvironment
|
public SynapseEnvironmentServiceImpl(org.apache.synapse.core.SynapseEnvironment synapseEnvironment,
int tenantId,
org.apache.axis2.context.ConfigurationContext configCtx)
public int getTenantId()
SynapseEnvironmentServicegetTenantId in interface SynapseEnvironmentServicepublic org.apache.synapse.core.SynapseEnvironment getSynapseEnvironment()
SynapseEnvironmentServicegetSynapseEnvironment in interface SynapseEnvironmentServicepublic void setSynapseEnvironment(org.apache.synapse.core.SynapseEnvironment synapseEnvironment)
SynapseEnvironmentServicesetSynapseEnvironment in interface SynapseEnvironmentServicesynapseEnvironment - SynapseEnvrionmentpublic org.apache.axis2.context.ConfigurationContext getConfigurationContext()
SynapseEnvironmentServicegetConfigurationContext in interface SynapseEnvironmentServicepublic void setConfigurationContext(org.apache.axis2.context.ConfigurationContext configurationContext)
Copyright © 2021 WSO2. All rights reserved.