View This XML Registry
/management/weblogic/{version}/serverConfig/XMLRegistries/{name}
View this XML registry.
Request
- 
                    name: string
                    
                    The name property of the instance in the collection.
- 
                    version: string
                    
                    The version of the WebLogic REST interface.
- 
                        excludeFields(optional): string
                        
                        The 'excludeFields' query parameter is used to restrict which fields are returned in the response. It is a comma separated list of field names. If present, only fields whose name is not on the list will be returned. If not present, all fields are returned (unless the 'fields' query parameter is specified). Note: 'fields' must not be specified if 'excludeFields' is specified.
- 
                        excludeLinks(optional): string
                        
                        The 'excludeLinks' query parameter is used to restrict which links are returned in the response. It is a comma separated list of link relationship names. If present, only links whose relationship name is not on the list will be returned. If not present, all links are returned (unless the 'links' query parameter is specified). Note: 'links' must not be specified if 'excludeLinks' is specified.
- 
                        fields(optional): string
                        
                        The 'fields' query parameter is used to restrict which fields are returned in the response. It is a comma separated list of field names. If present, only fields with matching names are returned. If not present, all fields are returned (unless the 'excludeFields' query parameter is specified). Note: 'excludeFields' must not be specified if 'fields' is specified.
- 
                        links(optional): string
                        
                        The 'links' query parameter is used to restrict which links are returned in the response. It is a comma separated list of link relationship names. If present, only links with matching relationship names are returned. If not present, all links are returned (unless the 'excludeLinks' query parameter is specified). Note: 'excludeLinks' must not be specified if 'links' is specified.
- 
                        Admin: basic
                        
                        Type:basicDescription:A user in the Admin security role.
- 
                        Deployer: basic
                        
                        Type:basicDescription:A user in the Deployer security role.
- 
                        Monitor: basic
                        
                        Type:basicDescription:A user in the Monitor security role.
- 
                        Operator: basic
                        
                        Type:basicDescription:A user in the Operator security role.
Response
- application/json
200 Response
Returns this XML registry.
This method can return the following links:
- rel=XMLEntitySpecRegistryEntries uri=/management/weblogic/{version}/serverConfig/XMLRegistries/{name}/XMLEntitySpecRegistryEntriesThis resource's XMLEntitySpecRegistryEntries collection resource. 
- rel=XMLParserSelectRegistryEntries uri=/management/weblogic/{version}/serverConfig/XMLRegistries/{name}/XMLParserSelectRegistryEntriesThis resource's XMLParserSelectRegistryEntries collection resource. 
object- 
            documentBuilderFactory(optional): 
            string
            Default Value:weblogic.xml.jaxp.WebLogicDocumentBuilderFactoryThe fully qualified name of the class that implements the DocumentBuilderFactoryinterface.The javax.xml.parsers.DocumentBuilderFactoryfactory API enables applications deployed to WebLogic Server to obtain an XML parser that produces DOM object trees from XML documents.The built-in WebLogic Server DOM factory implementation class is com.sun.org.apache.xerces.internal.jaxp.DocumentBuilderFactoryImpl. This is the factory class applications deployed to WebLogic Server get by default when they request a DOM parser. You can change this default by updating this value.Return the class name of the default DocumentBuilderFactory 
- 
            dynamicallyCreated(optional): 
            boolean
            Read Only:trueDefault Value:falseReturn whether the MBean was created dynamically or is persisted to config.xml 
- 
            handleEntityInvalidation(optional): 
            boolean
            Default Value:falseWhether cached DTD/schema is invalidated when parsing error is encountered. 
- 
            id(optional): 
            integer(int64)
            Read Only:trueReturn the unique id of this MBean instance 
- 
            name(optional): 
            string
            Read Only:trueThe user-specified name of this MBean instance. This name is included as one of the key properties in the MBean's javax.management.ObjectNameName=user-specified-nameConstraints- legal null
 
- 
            notes(optional): 
            string
            Optional information that you can include to describe this configuration. WebLogic Server saves this note in the domain's configuration file ( config.xml) as XML PCDATA. All left angle brackets (<) are converted to the xml entity<. Carriage returns/line feeds are preserved.)>Note: If you create or edit a note from the Administration Console, the Administration Console does not preserve carriage returns/line feeds. 
- 
            SAXParserFactory(optional): 
            string
            Default Value:weblogic.xml.jaxp.WebLogicSAXParserFactoryThe fully qualified name of the class that implements the SAXParserFactoryinterface.The javax.xml.parsers.SAXParserFactoryfactory API enables applications deployed to WebLogic Server to configure and obtain a SAX-based XML parser to parse XML documents.The built-in WebLogic Server SAX factory implementation class is com.sun.org.apache.xerces.internal.jaxp.SAXParserFactoryImpl. This is the factory class applications deployed to WebLogic Server get by default when they request a SAX parser. You can change this default by updating this value.Return the class name of the default SAXParserFactory 
- 
            schemaFactory(optional): 
            string
            Default Value:weblogic.xml.jaxp.WebLogicSchemaFactoryThe fully qualified name of the class that implements the SchemaFactoryinterface.The javax.xml.validation.SchemaFactoryfactory API enables applications deployed to WebLogic Server to configure and obtain aSchemaobject used to validate XML document using schema.The built-in WebLogic Server Schema factory implementation class is com.sun.org.apache.xerces.internal.jaxp.validation.XMLSchemaFactory. This is the factory class applications deployed to WebLogic Server get by default when they request a Schema object. You can change this default by updating this value.Return the class name of the default SchemaFactory 
- 
            tags(optional): 
            array  Items
            
            Title:ItemsReturn all tags on this Configuration MBean 
- 
            transformerFactory(optional): 
            string
            Default Value:weblogic.xml.jaxp.WebLogicTransformerFactoryThe fully qualified name of the class that implements the TransformerFactoryinterface.The javax.xml.transform.TransformerFactoryfactory API enables applications deployed to WebLogic Server to configure and obtain aTransformerobject used to transform XML data into another format.The built-in WebLogic Server Transformer factory implementation class is com.sun.org.apache.xalan.internal.xsltc.trax.TransformerFactoryIml. This is the factory class applications deployed to WebLogic Server get by default when they request a Transformer object. You can change this default by updating this value.Return the class name of the default TransformerFactory 
- 
            type(optional): 
            string
            Read Only:trueReturns the type of the MBean. Constraints- unharvestable
 
- 
            whenToCache(optional): 
            string
            Default Value:cache-on-referenceAllowed Values:[ "cache-on-reference", "cache-at-initialization", "cache-never" ]Specifies when WebLogic Server should cache external entities that it retrieves from the Web. When WebLogic Server resolves an external entity within an XML file and retrieves the entity from the Web, you can specify that WebLogic Server cache this entity only when the entity is first referenced, when WebLogic Server first starts up, or not at all. 
- 
            XMLEventFactory(optional): 
            string
            Default Value:weblogic.xml.jaxp.WebLogicXMLEventFactoryThe fully qualified name of the class that implements the XMLEventFactoryinterface.The javax.xml.stream.XMLEventFactoryfactory API enables applications deployed to WebLogic Server to configure and obtain aXMLEventobject used to parse or build XML streams.The built-in WebLogic Server XMLEvent factory implementation class is com.ctc.wstx.stax.WstxEventFactory. This is the factory class applications deployed to WebLogic Server get by default when they request a XMLEvent object. You can change this default by updating this value.Return the class name of the default XMLEventFactory 
- 
            XMLInputFactory(optional): 
            string
            Default Value:weblogic.xml.jaxp.WebLogicXMLInputFactoryThe fully qualified name of the class that implements the XMLInputFactoryinterface.The javax.xml.stream.XMLInputFactoryfactory API enables applications deployed to WebLogic Server to configure and obtain aXMLEventReader/XMLStreamReaderobject used to read XML streams.The built-in WebLogic Server XML Input factory implementation class is com.ctc.wstx.stax.WstxInputFactory. This is the factory class applications deployed to WebLogic Server get by default when they request a XMLEventReader/XMLStreamReader object. You can change this default by updating this value.Return the class name of the default XMLInputFactory 
- 
            XMLOutputFactory(optional): 
            string
            Default Value:weblogic.xml.jaxp.WebLogicXMLOutputFactoryThe fully qualified name of the class that implements the XMLOutputFactoryinterface.The javax.xml.stream.XMLOutputFactoryfactory API enables applications deployed to WebLogic Server to configure and obtain aXMLEventWriter/XMLStreamWriterobject used to write XML streams.The built-in WebLogic Server XML Output factory implementation class is com.ctc.wstx.stax.WstxOutputFactory. This is the factory class applications deployed to WebLogic Server get by default when they request a XMLEventWriter/XMLStreamWriter object. You can change this default by updating this value.Return the class name of the default XMLOutputFactory 
- 
            xpathFactory(optional): 
            string
            Default Value:weblogic.xml.jaxp.WebLogicXPathFactoryThe fully qualified name of the class that implements the XPathFactoryinterface.The javax.xml.xpath.XPathFactoryfactory API enables applications deployed to WebLogic Server to configure and obtain aXPathobject used to search XML elements.The built-in WebLogic Server XPath factory implementation class is com.sun.org.apache.xpath.internal.jaxp.XPathFactoryImpl. This is the factory class applications deployed to WebLogic Server get by default when they request a XPath object. You can change this default by updating this value.Return the class name of the default XPathFactory