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()
SynapseEnvironmentService
getTenantId
in interface SynapseEnvironmentService
public org.apache.synapse.core.SynapseEnvironment getSynapseEnvironment()
SynapseEnvironmentService
getSynapseEnvironment
in interface SynapseEnvironmentService
public void setSynapseEnvironment(org.apache.synapse.core.SynapseEnvironment synapseEnvironment)
SynapseEnvironmentService
setSynapseEnvironment
in interface SynapseEnvironmentService
synapseEnvironment
- SynapseEnvrionmentpublic org.apache.axis2.context.ConfigurationContext getConfigurationContext()
SynapseEnvironmentService
getConfigurationContext
in interface SynapseEnvironmentService
public void setConfigurationContext(org.apache.axis2.context.ConfigurationContext configurationContext)
Copyright © 2018 WSO2. All rights reserved.