Class CarbonTenantInfoInitiator
java.lang.Object
org.wso2.carbon.mediation.initializer.handler.CarbonTenantInfoInitiator
- All Implemented Interfaces:
org.apache.synapse.commons.util.ext.TenantInfoInitiator
public class CarbonTenantInfoInitiator
extends Object
implements org.apache.synapse.commons.util.ext.TenantInfoInitiator
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidvoidvoidinitTenantInfo(String uri) initialize tenant information based on the request URI
-
Constructor Details
-
CarbonTenantInfoInitiator
public CarbonTenantInfoInitiator()
-
-
Method Details
-
initTenantInfo
public void initTenantInfo()- Specified by:
initTenantInfoin interfaceorg.apache.synapse.commons.util.ext.TenantInfoInitiator
-
initTenantInfo
initialize tenant information based on the request URI- Specified by:
initTenantInfoin interfaceorg.apache.synapse.commons.util.ext.TenantInfoInitiator- Parameters:
uri- request URI
-
cleanTenantInfo
public void cleanTenantInfo()- Specified by:
cleanTenantInfoin interfaceorg.apache.synapse.commons.util.ext.TenantInfoInitiator
-