oracle.soap.server.impl
Class BinaryProviderConfigManager
java.lang.Object
  |
  +--oracle.soap.server.impl.BaseConfigManager
        |
        +--oracle.soap.server.impl.BinaryProviderConfigManager
- All Implemented Interfaces:
- ConfigManager
- public class BinaryProviderConfigManager
- extends BaseConfigManager
BinaryProviderConfigManager is an implementation of a provider manager that stores its deployment information in a file.
  
 
   
   
| Method Summary | 
|  void | readRegistry()Read the registry from disk.
 | 
|  void | setOptions(java.util.Properties options)Set configuration manager options specified in the SOAP server configuration.
 | 
|  void | writeRegistry()Save the deployed descriptors to the registry
 | 
 
 
| Methods inherited from class java.lang.Object | 
| clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
 
 
 
OPTION_FILENAME
public static final java.lang.String OPTION_FILENAME
- 
- See Also:
- Constant Field Values
 
 
DEFAULT_FILENAME
public static final java.lang.String DEFAULT_FILENAME
 
 
BinaryProviderConfigManager
public BinaryProviderConfigManager()
 
 
setOptions
public void setOptions(java.util.Properties options)
                throws SOAPException
- Set configuration manager options specified in the SOAP server configuration.
- 
- Parameters:
- options- The options specified for this configuration manager.
- Throws:
- SOAPException- An error was encountered while processing the options.
 
 
readRegistry
public void readRegistry()
                  throws SOAPException
- Read the registry from disk. If this fails, create a new empty registry in the cache.
- 
- Specified by:
- readRegistryin class- BaseConfigManager
 
- 
- SOAPException
 
 
writeRegistry
public void writeRegistry()
                   throws SOAPException
- Description copied from class: BaseConfigManager
- Save the deployed descriptors to the registry
- 
- Specified by:
- writeRegistryin class- BaseConfigManager
 
- 
- SOAPException
 
 
Copyright © 2003, Oracle. All Rights Reserved.