Class ServiceReferenceHolder
- java.lang.Object
-
- org.wso2.carbon.websocket.transport.service.ServiceReferenceHolder
-
public class ServiceReferenceHolder extends Object
-
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description org.wso2.carbon.utils.ConfigurationContextService
getConfigurationContextService()
static ServiceReferenceHolder
getInstance()
void
setConfigurationContextService(org.wso2.carbon.utils.ConfigurationContextService configurationContextService)
-
-
-
Method Detail
-
getInstance
public static ServiceReferenceHolder getInstance()
-
getConfigurationContextService
public org.wso2.carbon.utils.ConfigurationContextService getConfigurationContextService()
-
setConfigurationContextService
public void setConfigurationContextService(org.wso2.carbon.utils.ConfigurationContextService configurationContextService)
-
-