|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--org.apache.soap.server.BaseConfigManager | +--org.apache.soap.server.XMLConfigManager
An XMLConfigManager
...
Constructor Summary | |
XMLConfigManager()
|
Method Summary | |
void |
loadRegistry()
Loads the descriptors from the underlying registry file, which should be represented as a list of deployment descriptor elements. |
void |
saveRegistry()
Saves currently deployed descriptors to the underlying registry file, in XML format. |
void |
setOptions(java.util.Hashtable options)
This method sets the configuration options (usually read from the config file). |
Methods inherited from class org.apache.soap.server.BaseConfigManager |
deploy, init, list, query, setContext, undeploy |
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Methods inherited from interface org.apache.soap.util.ConfigManager |
deploy, init, list, query, setContext, undeploy |
Constructor Detail |
public XMLConfigManager()
Method Detail |
public void setOptions(java.util.Hashtable options)
setOptions
in interface ConfigManager
public void loadRegistry() throws SOAPException
loadRegistry
in class BaseConfigManager
public void saveRegistry() throws SOAPException
saveRegistry
in class BaseConfigManager
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |