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 ...


Constructor Summary
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 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

DefaultConfigManager

public DefaultConfigManager()
Method Detail

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