| Package | Description | 
|---|---|
| weblogic.management.configuration | 
| Modifier and Type | Method and Description | 
|---|---|
| XMLRegistryMBean | DomainMBean. createXMLRegistry(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(String name) | 
| Modifier and Type | Method and Description | 
|---|---|
| void | DomainMBean. destroyXMLRegistry(XMLRegistryMBean registry)Removes a XMLRegistry from this domain | 
| void | ServerTemplateMBean. setXMLRegistry(XMLRegistryMBean registry)Sets the value of the XMLRegistry attribute. |