|
Oracle® Application Server XML Java API Reference 10g Release 2 (10.1.2) Part no. B12024-03 September 2004 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Object
|
+--oracle.soap.server.impl.BaseConfigManager
|
+--oracle.soap.server.impl.BinaryServiceConfigManager
BinaryServiceConfigManager maintains a registry of deployed services as a serialized object 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 | |
BinaryServiceConfigManager() | |
| 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 |
public static final java.lang.String OPTION_FILENAME
public static final java.lang.String DEFAULT_FILENAME
| Constructor Detail |
public BinaryServiceConfigManager()
| Method Detail |
public void setOptions(java.util.Properties options)
throws SOAPException
options - The options specified for this configuration manager.SOAPException - An error was encountered while processing the options.
public void readRegistry()
throws SOAPException
readRegistry in class BaseConfigManagerSOAPException
public void writeRegistry()
throws SOAPException
BaseConfigManagerwriteRegistry in class BaseConfigManagerSOAPException
|
Oracle® Application Server XML Java API Reference 10g Release 2 (10.1.2) Part no. B12024-03 September 2004 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||