Class SynapseRegistrationsServiceImpl
- java.lang.Object
-
- org.wso2.carbon.mediation.initializer.services.SynapseRegistrationsServiceImpl
-
- All Implemented Interfaces:
SynapseRegistrationsService
public class SynapseRegistrationsServiceImpl extends Object implements SynapseRegistrationsService
-
-
Constructor Summary
Constructors Constructor Description SynapseRegistrationsServiceImpl(org.osgi.framework.ServiceRegistration synCfgSvcReg, org.osgi.framework.ServiceRegistration synEnvSvcReg, int tenantId, org.apache.axis2.context.ConfigurationContext configCtx)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description org.apache.axis2.context.ConfigurationContext
getConfigurationContext()
Get the ConfigurationContext for this SynapseConfigurationorg.osgi.framework.ServiceRegistration
getSynapseConfigurationServiceRegistration()
org.osgi.framework.ServiceRegistration
getSynapseEnvironmentServiceRegistration()
int
getTenantId()
-
-
-
Method Detail
-
getSynapseConfigurationServiceRegistration
public org.osgi.framework.ServiceRegistration getSynapseConfigurationServiceRegistration()
- Specified by:
getSynapseConfigurationServiceRegistration
in interfaceSynapseRegistrationsService
-
getSynapseEnvironmentServiceRegistration
public org.osgi.framework.ServiceRegistration getSynapseEnvironmentServiceRegistration()
- Specified by:
getSynapseEnvironmentServiceRegistration
in interfaceSynapseRegistrationsService
-
getTenantId
public int getTenantId()
- Specified by:
getTenantId
in interfaceSynapseRegistrationsService
-
getConfigurationContext
public org.apache.axis2.context.ConfigurationContext getConfigurationContext()
Description copied from interface:SynapseRegistrationsService
Get the ConfigurationContext for this SynapseConfiguration- Specified by:
getConfigurationContext
in interfaceSynapseRegistrationsService
- Returns:
- the ConfigurationContext
-
-