public abstract class RegistryInfoProvider extends AbstractXMLDoc implements Observer
factory| Constructor and Description |
|---|
RegistryInfoProvider() |
| Modifier and Type | Method and Description |
|---|---|
protected abstract void |
deserialize(org.apache.axiom.om.OMElement documentElement) |
void |
fromFile(File file) |
protected String |
getDefaultName() |
abstract org.apache.axiom.om.OMElement |
getDocumentElement() |
File |
getSource() |
protected String |
serialize() |
void |
setSource(File source) |
File |
toFile() |
void |
update(Observable o,
Object arg) |
addAttribute, deserialize, deserialize, deserialize, getAttribute, getChildElements, getElement, getElement, getFirstChildWithName, getPretifiedString, prettify, toStringtoFileaddObserver, clearChanged, countObservers, deleteObserver, deleteObservers, hasChanged, notifyObservers, notifyObservers, setChangedpublic void update(Observable o, Object arg)
protected abstract void deserialize(org.apache.axiom.om.OMElement documentElement)
throws Exception
deserialize in class AbstractXMLDocExceptionprotected String serialize() throws Exception
serialize in class AbstractXMLDocExceptionprotected String getDefaultName()
getDefaultName in class AbstractManifestpublic void setSource(File source)
public File getSource()
public File toFile() throws Exception
toFile in class AbstractManifestExceptionpublic void fromFile(File file) throws javax.xml.stream.FactoryConfigurationError, Exception
public abstract org.apache.axiom.om.OMElement getDocumentElement()
Copyright © 2023 WSO2. All rights reserved.