Create A New XML Registry

post

/management/weblogic/{version}/edit/XMLRegistries

Add a new XML registry to this collection.

Request

Supported Media Types
Path Parameters
Header Parameters
  • The 'X-Requested-By' header is used to protect against Cross-Site Request Forgery (CSRF) attacks. The value is an arbitrary name such as 'MyClient'.
Body ()

Must contain a populated XML registry model.

Root Schema : XML Registry
Type: object
Show Source
  • Default Value: weblogic.xml.jaxp.WebLogicDocumentBuilderFactory

    The fully qualified name of the class that implements the DocumentBuilderFactory interface.

    The javax.xml.parsers.DocumentBuilderFactory factory 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

  • Read Only: true
    Default Value: false

    Return whether the MBean was created dynamically or is persisted to config.xml

  • Default Value: false

    Whether cached DTD/schema is invalidated when parsing error is encountered.

  • Read Only: true

    Return the unique id of this MBean instance

  • Read Only: true

    The user-specified name of this MBean instance.

    This name is included as one of the key properties in the MBean's javax.management.ObjectName

    Name=user-specified-name

    Constraints

    • legal null
  • 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.

  • Default Value: weblogic.xml.jaxp.WebLogicSAXParserFactory

    The fully qualified name of the class that implements the SAXParserFactory interface.

    The javax.xml.parsers.SAXParserFactory factory 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

  • Default Value: weblogic.xml.jaxp.WebLogicSchemaFactory

    The fully qualified name of the class that implements the SchemaFactory interface.

    The javax.xml.validation.SchemaFactory factory API enables applications deployed to WebLogic Server to configure and obtain a Schema object 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

  • Items
    Title: Items

    Return all tags on this Configuration MBean

  • Default Value: weblogic.xml.jaxp.WebLogicTransformerFactory

    The fully qualified name of the class that implements the TransformerFactory interface.

    The javax.xml.transform.TransformerFactory factory API enables applications deployed to WebLogic Server to configure and obtain a Transformer object 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

  • Read Only: true

    Returns the type of the MBean.

    Constraints

    • unharvestable
  • Default Value: cache-on-reference
    Allowed 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.

  • Default Value: weblogic.xml.jaxp.WebLogicXMLEventFactory

    The fully qualified name of the class that implements the XMLEventFactory interface.

    The javax.xml.stream.XMLEventFactory factory API enables applications deployed to WebLogic Server to configure and obtain a XMLEvent object 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

  • Default Value: weblogic.xml.jaxp.WebLogicXMLInputFactory

    The fully qualified name of the class that implements the XMLInputFactory interface.

    The javax.xml.stream.XMLInputFactory factory API enables applications deployed to WebLogic Server to configure and obtain a XMLEventReader/XMLStreamReader object 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

  • Default Value: weblogic.xml.jaxp.WebLogicXMLOutputFactory

    The fully qualified name of the class that implements the XMLOutputFactory interface.

    The javax.xml.stream.XMLOutputFactory factory API enables applications deployed to WebLogic Server to configure and obtain a XMLEventWriter/XMLStreamWriter object 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

  • Default Value: weblogic.xml.jaxp.WebLogicXPathFactory

    The fully qualified name of the class that implements the XPathFactory interface.

    The javax.xml.xpath.XPathFactory factory API enables applications deployed to WebLogic Server to configure and obtain a XPath object 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

Nested Schema : Items
Type: array
Title: Items

Return all tags on this Configuration MBean

Show Source
Security
  • Type: basic
    Description: A user in the Admin security role.
Back to Top

Response

201 Response

Back to Top