org.apache.soap.server
Class XMLConfigManager

java.lang.Object
  |
  +--org.apache.soap.server.BaseConfigManager
        |
        +--org.apache.soap.server.XMLConfigManager
All Implemented Interfaces:
ConfigManager

public class XMLConfigManager
extends BaseConfigManager
implements ConfigManager

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

XMLConfigManager

public XMLConfigManager()
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 should be represented as a list of deployment descriptor elements.
Overrides:
loadRegistry in class BaseConfigManager

saveRegistry

public void saveRegistry()
                  throws SOAPException
Saves currently deployed descriptors to the underlying registry file, in XML format.
Overrides:
saveRegistry in class BaseConfigManager