public class DataHolder extends Object
Modifier and Type | Method and Description |
---|---|
org.wso2.carbon.tomcat.api.CarbonTomcatService |
getCarbonTomcatService() |
static DataHolder |
getInstance() |
org.wso2.carbon.user.core.service.RealmService |
getRealmService() |
org.wso2.carbon.registry.core.Registry |
getRegistry() |
org.apache.axis2.context.ConfigurationContext |
getServerConfigContext() |
void |
setCarbonTomcatService(org.wso2.carbon.tomcat.api.CarbonTomcatService carbonTomcatService) |
void |
setRealmService(org.wso2.carbon.user.core.service.RealmService realmService) |
void |
setRegistry(org.wso2.carbon.registry.core.Registry registryParam) |
void |
setServerConfigContext(org.apache.axis2.context.ConfigurationContext configContext) |
public static DataHolder getInstance()
public void setRealmService(org.wso2.carbon.user.core.service.RealmService realmService)
public org.wso2.carbon.user.core.service.RealmService getRealmService()
public void setServerConfigContext(org.apache.axis2.context.ConfigurationContext configContext)
public org.apache.axis2.context.ConfigurationContext getServerConfigContext()
public void setCarbonTomcatService(org.wso2.carbon.tomcat.api.CarbonTomcatService carbonTomcatService)
public org.wso2.carbon.tomcat.api.CarbonTomcatService getCarbonTomcatService()
public void setRegistry(org.wso2.carbon.registry.core.Registry registryParam)
public org.wso2.carbon.registry.core.Registry getRegistry()
Copyright © 2018 WSO2. All rights reserved.