Class TemplateRegistryStore
- java.lang.Object
-
- org.wso2.carbon.mediation.initializer.persistence.registry.AbstractRegistryStore
-
- org.wso2.carbon.mediation.initializer.persistence.registry.TemplateRegistryStore
-
public class TemplateRegistryStore extends AbstractRegistryStore
-
-
Field Summary
-
Fields inherited from class org.wso2.carbon.mediation.initializer.persistence.registry.AbstractRegistryStore
configName, log, registry
-
-
Constructor Summary
Constructors Constructor Description TemplateRegistryStore(org.wso2.carbon.registry.core.session.UserRegistry registry, String configName)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voiddeleteElement(String name)protected StringgetConfigurationPath()org.apache.axiom.om.OMElementgetElement(String name)Collection<org.apache.axiom.om.OMElement>getElements()voidpersistElement(String name, org.apache.axiom.om.OMElement element, String fileName)-
Methods inherited from class org.wso2.carbon.mediation.initializer.persistence.registry.AbstractRegistryStore
createCollection, getChildElementsInPath, getConfigurationRoot, getResourceAsElement, handleException, handleException, persistElement
-
-
-
-
Constructor Detail
-
TemplateRegistryStore
public TemplateRegistryStore(org.wso2.carbon.registry.core.session.UserRegistry registry, String configName)
-
-
Method Detail
-
getElements
public Collection<org.apache.axiom.om.OMElement> getElements()
- Specified by:
getElementsin classAbstractRegistryStore
-
getElement
public org.apache.axiom.om.OMElement getElement(String name)
- Specified by:
getElementin classAbstractRegistryStore
-
persistElement
public void persistElement(String name, org.apache.axiom.om.OMElement element, String fileName)
- Specified by:
persistElementin classAbstractRegistryStore
-
deleteElement
public void deleteElement(String name)
- Specified by:
deleteElementin classAbstractRegistryStore
-
getConfigurationPath
protected String getConfigurationPath()
- Specified by:
getConfigurationPathin classAbstractRegistryStore
-
-