Skip navigation links

Oracle Fusion Middleware Java API Reference for Oracle Service Bus
11g Release 1 (11.1.1.7)

E15033-09


Package com.bea.wli.config.env

Provides functionality to manage environment specific values embedded in resource data.

See:
          Description

Class Summary
EnvValueQuery Represents a query to find environnment values embedded in resource data, based on a criteria.
NonQualifiedEnvValue Represents an instance of an environment value embedded in a particular resource data.
QualifiedEnvValue Represents an instance of an environment value embedded in a particular resource data.

 

Package com.bea.wli.config.env Description

Provides functionality to manage environment specific values embedded in resource data.

An environment specific value is a particular piece of data embedded in the resource data whose value changes between different domains. These values usually need to be changed when moving (staging) configuration from one domain to another domain, or from testing to production. The URL of a proxy service is example of such an environment value. Depending on the physical location of the domain the URL will change.

Environment values can be queried, and modified using the ConfigMBean. ConfigMBean provides APIs to individually modify environment values, or find and replace certain sub strings found in environment values with a different string.

See Also:
com.bea.wli.config.mbeans.ConfigMBean

Skip navigation links

Oracle Fusion Middleware Java API Reference for Oracle Service Bus
11g Release 1 (11.1.1.7)

E15033-09


Copyright © 2008, 2013, Oracle. All rights reserved.