XMLRegistry

 


Description

Configure the behavior of JAXP (Java API for XML Parsing) in the server.

 


Syntax

<XMLRegistry


DocumentBuilderFactory="String


Name="String


Notes="String


SAXParserFactory="String


TransformerFactory="String


Type="String


WhenToCache=( "cache-on-reference" | "cache-at-initialization" | "cache-never" )



/>

 


Parent Elements

 


Child Elements

 


Attributes

Attribute

Description

Range of Values and Default

DocumentBuilderFactory Return the class name of the default DocumentBuilderFactory Admin Console field label: Document Builder FactoryRequired: noDefault: weblogic.apache.xerces.jaxp.DocumentBuilderFactoryImpl
Name The name of this configuration. WebLogic Server uses an MBean to implement and persist the configuration. Admin Console field label: NameRequired: no
Notes Optional information that you can include to describe this configuration. Admin Console field label: NotesRequired: no
SAXParserFactory Return the class name of the default SAXParserFactory Admin Console field label: SAX Parser FactoryRequired: noDefault: weblogic.apache.xerces.jaxp.SAXParserFactoryImpl
TransformerFactory Return the class name of the default TransformerFactory Admin Console field label: Transformer FactoryRequired: noDefault: org.apache.xalan.processor.TransformerFactoryImpl
Type Returns the type of the MBean. Required: no
WhenToCache Set whether to cache items as soon as possible or wait until referenced. Admin Console field label: When To CacheRequired: noDefault: cache-on-reference

Back to Top Previous Next