org.apache.soap.server
Class DefaultConfigManager
java.lang.Object
|
+--org.apache.soap.server.BaseConfigManager
|
+--org.apache.soap.server.DefaultConfigManager
- All Implemented Interfaces:
- ConfigManager
- public class DefaultConfigManager
- extends BaseConfigManager
- implements ConfigManager
A DefaultConfigManager
...
Method Summary |
void |
loadRegistry()
Loads the descriptors from the underlying registry file, which
contains a serialized Hashtable. |
void |
saveRegistry()
Saves currently deployed descriptors to the underlying registry file,
as a serialized Hashtable. |
void |
setOptions(java.util.Hashtable options)
This method sets the configuration options (usually
read from the config file). |
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
DefaultConfigManager
public DefaultConfigManager()
setOptions
public void setOptions(java.util.Hashtable options)
- This method sets the configuration options (usually
read from the config file).
- Specified by:
setOptions
in interface ConfigManager
loadRegistry
public void loadRegistry()
throws SOAPException
- Loads the descriptors from the underlying registry file, which
contains a serialized Hashtable.
- Overrides:
loadRegistry
in class BaseConfigManager
saveRegistry
public void saveRegistry()
throws SOAPException
- Saves currently deployed descriptors to the underlying registry file,
as a serialized Hashtable.
- Overrides:
saveRegistry
in class BaseConfigManager