Skip navigation links

Java API Reference for Oracle Infrastructure Web Services
11
Release 1 (11.1.1)

E10654-02


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, 2009 Oracle. All Rights Reserved.