Class ServiceHolder
- java.lang.Object
-
- org.wso2.carbon.mediator.bam.config.services.utils.ServiceHolder
-
public class ServiceHolder extends Object
-
-
Constructor Summary
Constructors Constructor Description ServiceHolder()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static org.wso2.carbon.registry.core.session.UserRegistry
getRegistry(javax.servlet.http.HttpSession session)
static org.wso2.carbon.registry.core.service.RegistryService
getRegistryService()
static void
setRegistryService(org.wso2.carbon.registry.core.service.RegistryService service)
-
-
-
Method Detail
-
setRegistryService
public static void setRegistryService(org.wso2.carbon.registry.core.service.RegistryService service)
-
getRegistryService
public static org.wso2.carbon.registry.core.service.RegistryService getRegistryService()
-
getRegistry
public static org.wso2.carbon.registry.core.session.UserRegistry getRegistry(javax.servlet.http.HttpSession session) throws org.wso2.carbon.registry.core.exceptions.RegistryException
- Throws:
org.wso2.carbon.registry.core.exceptions.RegistryException
-
-