Oracle® Application Server
XML Java API Reference
10g Release 3 (10.1.3)

B28238-01


oracle.soap.server.impl
Class BinaryProviderConfigManager

java.lang.Object
  extended byoracle.soap.server.impl.BaseConfigManager
      extended byoracle.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.


Field Summary
static java.lang.String DEFAULT_FILENAME
static java.lang.String OPTION_FILENAME

Fields inherited from class oracle.soap.server.impl.BaseConfigManager
m_context, m_namesCache, m_registry

Constructor Summary
BinaryProviderConfigManager()

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 oracle.soap.server.impl.BaseConfigManager
deploy, init, list, query, setContext, undeploy

Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait

Field Detail

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

Constructor Detail

BinaryProviderConfigManager

public BinaryProviderConfigManager()

Method Detail

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:
readRegistry in class BaseConfigManager
Throws:
SOAPException

writeRegistry

public void writeRegistry()
                   throws SOAPException
Description copied from class: BaseConfigManager
Save the deployed descriptors to the registry
Specified by:
writeRegistry in class BaseConfigManager
Throws:
SOAPException

Oracle® Application Server
XML Java API Reference
10g Release 3 (10.1.3)

B28238-01


Copyright © 2003, 2006, Oracle. All rights reserved.