public class MessageStoreRegistryStore extends AbstractRegistryStore
configName, log, registry
Constructor and Description |
---|
MessageStoreRegistryStore(org.wso2.carbon.registry.core.session.UserRegistry registry,
String configName) |
Modifier and Type | Method and Description |
---|---|
void |
deleteElement(String name) |
protected String |
getConfigurationPath() |
org.apache.axiom.om.OMElement |
getElement(String name) |
Collection<org.apache.axiom.om.OMElement> |
getElements() |
void |
persistElement(String name,
org.apache.axiom.om.OMElement element,
String fileName) |
createCollection, getChildElementsInPath, getConfigurationRoot, getResourceAsElement, handleException, handleException, persistElement
public MessageStoreRegistryStore(org.wso2.carbon.registry.core.session.UserRegistry registry, String configName)
public Collection<org.apache.axiom.om.OMElement> getElements()
getElements
in class AbstractRegistryStore
public org.apache.axiom.om.OMElement getElement(String name)
getElement
in class AbstractRegistryStore
public void persistElement(String name, org.apache.axiom.om.OMElement element, String fileName)
persistElement
in class AbstractRegistryStore
public void deleteElement(String name)
deleteElement
in class AbstractRegistryStore
protected String getConfigurationPath()
getConfigurationPath
in class AbstractRegistryStore
Copyright © 2021 WSO2. All rights reserved.