Oracle Fusion Middleware
Java API Reference for Oracle WebLogic Server
12c (12.1.3)

Part Number E41849-02

Package weblogic.descriptor

Provides the tools and API for defining and using the descriptor API.

See:
          Description

Interface Summary
DescriptorBean The DescriptorBean interface is implemented by every bean in a descriptor bean graph.
SettableBean A bean which implements this interfaces supports the isSet and unSet methods such that a caller can test if a bean has been changed from its default value and also cause the value to be set back to the default.
 

Exception Summary
BeanAlreadyExistsException Thrown when an attempt is made to create a bean with a key that already exists.
 

Package weblogic.descriptor Description

Provides the tools and API for defining and using the descriptor API. A Descriptor is a graph of beans that represents an XML document.


Copyright 1996, 2014, Oracle and/or its affiliates. All rights reserved. Oracle is a registered trademark of Oracle Corporation and/or its affiliates. Other names may be trademarks of their respective owners.

Oracle Fusion Middleware
Java API Reference for Oracle WebLogic Server
12c (12.1.3)

Part Number E41849-02