Class WSDataHolder
- java.lang.Object
-
- org.wso2.carbon.registry.ws.api.internal.WSDataHolder
-
public class WSDataHolder extends Object
-
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static WSDataHolder
getInstance()
org.wso2.carbon.registry.core.service.RegistryService
getRegistryService()
void
setRegistryService(org.wso2.carbon.registry.core.service.RegistryService registryService)
-
-
-
Method Detail
-
getInstance
public static WSDataHolder getInstance()
-
getRegistryService
public org.wso2.carbon.registry.core.service.RegistryService getRegistryService()
-
setRegistryService
public void setRegistryService(org.wso2.carbon.registry.core.service.RegistryService registryService)
-
-