Class SynapseRegistrationsServiceImpl
java.lang.Object
org.wso2.carbon.mediation.initializer.services.SynapseRegistrationsServiceImpl
- All Implemented Interfaces:
SynapseRegistrationsService
-
Constructor Summary
ConstructorsConstructorDescriptionSynapseRegistrationsServiceImpl(org.osgi.framework.ServiceRegistration synCfgSvcReg, org.osgi.framework.ServiceRegistration synEnvSvcReg, int tenantId, org.apache.axis2.context.ConfigurationContext configCtx) -
Method Summary
Modifier and TypeMethodDescriptionorg.apache.axis2.context.ConfigurationContextGet the ConfigurationContext for this SynapseConfigurationorg.osgi.framework.ServiceRegistrationorg.osgi.framework.ServiceRegistrationint
-
Constructor Details
-
SynapseRegistrationsServiceImpl
public SynapseRegistrationsServiceImpl(org.osgi.framework.ServiceRegistration synCfgSvcReg, org.osgi.framework.ServiceRegistration synEnvSvcReg, int tenantId, org.apache.axis2.context.ConfigurationContext configCtx)
-
-
Method Details
-
getSynapseConfigurationServiceRegistration
public org.osgi.framework.ServiceRegistration getSynapseConfigurationServiceRegistration()- Specified by:
getSynapseConfigurationServiceRegistrationin interfaceSynapseRegistrationsService
-
getSynapseEnvironmentServiceRegistration
public org.osgi.framework.ServiceRegistration getSynapseEnvironmentServiceRegistration()- Specified by:
getSynapseEnvironmentServiceRegistrationin interfaceSynapseRegistrationsService
-
getTenantId
public int getTenantId()- Specified by:
getTenantIdin interfaceSynapseRegistrationsService
-
getConfigurationContext
public org.apache.axis2.context.ConfigurationContext getConfigurationContext()Description copied from interface:SynapseRegistrationsServiceGet the ConfigurationContext for this SynapseConfiguration- Specified by:
getConfigurationContextin interfaceSynapseRegistrationsService- Returns:
- the ConfigurationContext
-