Skip navigation links

Oracle Application Server
Web Services Java API Reference
10g Release 3 (10.1.3.1.0)

B28977-01


oracle.webservices.management
Interface ConfigurationStore


public interface ConfigurationStore

Implementations of this interface provide access to management configuration information.


Method Summary
 boolean isConfigurationDefined()
          Determine whether the configuration has been defined.
 InputStream readConfiguration()
          Get an InputStream for reading the configuration from the store.
 OutputStream writeConfiguration()
          Get an OutputStream for writing the configuration to the store.

 

Method Detail

readConfiguration

InputStream readConfiguration()
                              throws IOException
Get an InputStream for reading the configuration from the store.
Returns:
An InputStream.
Throws:
IOException

writeConfiguration

OutputStream writeConfiguration()
                                throws IOException
Get an OutputStream for writing the configuration to the store.
Returns:
An OutputStream.
Throws:
IOException

isConfigurationDefined

boolean isConfigurationDefined()
Determine whether the configuration has been defined.
Returns:
true if the configuration has been defined; false otherwise.

Skip navigation links

Copyright © 2006, Oracle. All Rights Reserved.