createFile(OMElement fileElement) Adds a new file to the registry.
Parameters: fileElement - file nameparent keyxml contentif element is absent, creates an empty file.
public OMElement
createFolder(OMElement entryElement) Creates new folder in the given parent folder.
public void clearCachedEntries(String key) throws AxisFault(Code)
createFile
public OMElement createFile(OMElement fileElement) throws AxisFault(Code)
Adds a new file to the registry.
Parameters: fileElement - file nameparent keyxml contentif element is absent, creates an empty file. OMElementfull file pathok/failed
createFolder
public OMElement createFolder(OMElement entryElement) throws AxisFault(Code)
Creates new folder in the given parent folder.
Parameters: entryElement - new folder nameparent folder name OMElementfull new folder namesuccessfull/failed throws: AxisFault -
deleteRegistryResource
public void deleteRegistryResource(String key) throws AxisFault(Code)
getChildren
public OMElement getChildren(String key) throws AxisFault(Code)
Returns the children of the given registry entry.
Parameters: key - keyfile/folder... throws: AxisFault -
public OMElement getRegistryEntry(String key) throws AxisFault(Code)
Gives the registry entry meta data (not the actual registry entry)
Parameters: key - throws: AxisFault -
getRegistryEntryValue
public OMElement getRegistryEntryValue(String key) throws AxisFault(Code)
updateRegistryEntry
public void updateRegistryEntry(OMElement entryElement) throws AxisFault(Code)
Updates the registry entry data. Actual registry entry has to created either by uploading a
file or creating a new folder before calling this method.
Parameters: entryElement - throws: AxisFault -
updateRegistryEntryValue
public void updateRegistryEntryValue(OMElement regEntryElement) throws AxisFault(Code)
Updates the registry entry file.
Parameters: regEntryElement - registry keyxml contents of the file
Fields inherited from org.wso2.esb.services.AbstractESBAdmin