| Package | Description | 
|---|---|
| weblogic.management.configuration | Contains classes and interfaces for configuring a WebLogic 
Server domain. | 
| Modifier and Type | Method | Description | 
|---|---|---|
| XMLRegistryMBean | DomainMBean. createXMLRegistry(java.lang.String name) | Factory method to create XMLRegistry object | 
| XMLRegistryMBean[] | DomainMBean. getXMLRegistries() | Define xMLRegistries for this Domain | 
| XMLRegistryMBean | ServerTemplateMBean. getXMLRegistry() | The server's XML registry, which is used to
 configure the behavior of JAXP
 (Java API for XML Parsing). | 
| XMLRegistryMBean | DomainMBean. lookupXMLRegistry(java.lang.String name) | 
| Modifier and Type | Method | Description | 
|---|---|---|
| void | DomainMBean. destroyXMLRegistry(XMLRegistryMBean registry) | Removes a XMLRegistry from this domain | 
| void | ServerTemplateMBean. setXMLRegistry(XMLRegistryMBean registry) | Sets the value of the XMLRegistry attribute. |