|
Oracle Fusion Middleware Oracle WebLogic Server 10.3.1 MBean API Reference 11g Release 1 (10.3.1) Part Number E13945-02 |
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
XMLRegistryMBean
.
public interface XMLRegistryEntryMBean
This is an entry in the XML registry. An XML registry entry is configuration information associated with a particular XML document type. The document type is identified by one or more of the following: 1) a public ID (e.g, "-//Sun Microsystems, Inc.//DTD Enterprise JavaBeans 2.0//EN" 2) a system ID (e.g, "http://java.sun.com/j2ee/dtds/ejb-jar_2_0.dtd") 3) a document root tag name (e.g., "ejb-jar") In Version 6.0 this configuration information is used by the WebLogic JAXP implementation to choose the appropriate parser factories and parsers and to set up SAX EntityResolvers.
This is a type-safe interface for a
WebLogic Server MBean, which you can import into your client
classes and access through
weblogic.management.MBeanHome
. As of 9.0, the
MBeanHome
interface and all type-safe interfaces for
WebLogic Server MBeans are deprecated. Instead, client classes that
interact with WebLogic Server MBeans should use standard JMX design
patterns in which clients use the
javax.management.MBeanServerConnection
interface to
discover MBeans, attributes, and attribute types at runtime.
Field Summary |
---|
Fields inherited from interface weblogic.management.configuration.ConfigurationMBean |
---|
DEFAULT_EMPTY_BYTE_ARRAY |
Method Summary | |
---|---|
String |
getDocumentBuilderFactory()
Deprecated. Provides the class name of the DocumentBuilderFactory that is associated with the registry entry. |
String |
getEntityPath()
Deprecated. Provides the path name to a local copy of an external entity (e.g., a DTD) that is associated with this registry entry. |
String |
getParserClassName()
Deprecated. Provides the class name of any custom XML parser that is associated with the registry entry. |
String |
getPublicId()
Deprecated. Provides the public id of the document type represented by this registry entry. |
String |
getRootElementTag()
Deprecated. Provides the tag name of the document root element of the document type represented by this registry entry. |
String |
getSAXParserFactory()
Deprecated. Provides the class name of the SAXParserFactory that is associated with the registry entry. |
String |
getSystemId()
Deprecated. Provides the system id of the document type represented by this registry entry. |
void |
setDocumentBuilderFactory(String factoryClassName)
Deprecated. Sets the value of the documentBuilderFactory attribute. |
void |
setEntityPath(String pathName)
Deprecated. Sets the value of the entityPath attribute. |
void |
setParserClassName(String publicId)
Deprecated. Sets the value of the parserClassName attribute. |
void |
setPublicId(String publicId)
Deprecated. Sets the value of the publicId attribute. |
void |
setRootElementTag(String tagName)
Deprecated. Sets the value of the rootElementTag attribute. |
void |
setSAXParserFactory(String factoryClassName)
Deprecated. Sets the value of the sAXParserFactory attribute. |
void |
setSystemId(String systemId)
Deprecated. Sets the value of the systemId attribute. |
Methods inherited from interface weblogic.management.configuration.ConfigurationMBean |
---|
freezeCurrentValue, getName, getNotes, isSet, restoreDefaultValue, setComments, setDefaultedMBean, setName, setNotes, setPersistenceEnabled, unSet |
Method Detail |
---|
String getPublicId()
Provides the public id of the document type represented by this registry entry.
Get the public id of the document type represented by this registry entry.
void setPublicId(String publicId) throws InvalidAttributeValueException
Sets the value of the publicId attribute.
publicId
- The new publicId value
InvalidAttributeValueException
XMLRegistryEntryMBean.getPublicId()
String getSystemId()
Provides the system id of the document type represented by this registry entry.
Get the system id of the document type represented by this registry entry.
void setSystemId(String systemId) throws InvalidAttributeValueException
Sets the value of the systemId attribute.
systemId
- The new systemId value
InvalidAttributeValueException
XMLRegistryEntryMBean.getSystemId()
String getRootElementTag()
Provides the tag name of the document root element of the document type represented by this registry entry.
Get the tag name of the document root element of the document type represented by this registry entry.
void setRootElementTag(String tagName) throws InvalidAttributeValueException
Sets the value of the rootElementTag attribute.
tagName
- The new rootElementTag value
InvalidAttributeValueException
XMLRegistryEntryMBean.getRootElementTag()
String getEntityPath()
Provides the path name to a local copy of an external entity (e.g., a DTD) that is associated with this registry entry.
Return the path name to a local copy of an external entity (e.g., a DTD) that is associated with this registry entry. This pathname is relative to one of the XML registry directories of the installation.
void setEntityPath(String pathName) throws InvalidAttributeValueException
Sets the value of the entityPath attribute.
pathName
- The new entityPath value
InvalidAttributeValueException
XMLRegistryEntryMBean.getEntityPath()
String getParserClassName()
Provides the class name of any custom XML parser that is associated with the registry entry.
Return class name of any custom XML parser that is associated with the registry entry.
void setParserClassName(String publicId) throws InvalidAttributeValueException
Sets the value of the parserClassName attribute.
publicId
- The new parserClassName value
InvalidAttributeValueException
XMLRegistryEntryMBean.getParserClassName()
String getDocumentBuilderFactory()
Provides the class name of the DocumentBuilderFactory that is associated with the registry entry.
void setDocumentBuilderFactory(String factoryClassName) throws InvalidAttributeValueException
Sets the value of the documentBuilderFactory attribute.
factoryClassName
- The new documentBuilderFactory value
InvalidAttributeValueException
XMLRegistryEntryMBean.getDocumentBuilderFactory()
String getSAXParserFactory()
Provides the class name of the SAXParserFactory that is associated with the registry entry.
Return the class name of the SAXParserFactory that is associated with the registry entry.
void setSAXParserFactory(String factoryClassName) throws InvalidAttributeValueException
Sets the value of the sAXParserFactory attribute.
factoryClassName
- The new sAXParserFactory value
InvalidAttributeValueException
XMLRegistryEntryMBean.getSAXParserFactory()
|
Documentation is available at http://download.oracle.com/docs/cd/E12839_01/web.1111/wls.htm Copyright 1996, 2009, Oracle and/or its affiliates. All rights reserved. Oracle is a registered trademark of Oracle Corporation and/or its affiliates. Other names may be trademarks of their respective owners. Oracle Fusion Middleware Oracle WebLogic Server 10.3.1 MBean API Reference 11g Release 1 (10.3.1) Part Number E13945-02 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |