|
Oracle Fusion Middleware Java API Reference for Oracle WebLogic Server 12c (12.2.1) Part Number E55141-01 P4 Change 1723563 on 2015/10/09 |
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Deprecated. 7.0.0.0 replaced by 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.
Field Summary |
---|
Fields inherited from interface weblogic.management.configuration.ConfigurationMBean |
---|
DEFAULT_EMPTY_BYTE_ARRAY |
Method Summary | |
---|---|
abstract String |
getDocumentBuilderFactory() Deprecated. Provides the class name of the DocumentBuilderFactory that is associated with the registry entry. |
abstract 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. |
abstract String |
getParserClassName() Deprecated. Provides the class name of any custom XML parser that is associated with the registry entry. |
abstract String |
getPublicId() Deprecated. Provides the public id of the document type represented by this registry entry. |
abstract String |
getRootElementTag() Deprecated. Provides the tag name of the document root element of the document type represented by this registry entry. |
abstract String |
getSAXParserFactory() Deprecated. Provides the class name of the SAXParserFactory that is associated with the registry entry. |
abstract String |
getSystemId() Deprecated. Provides the system id of the document type represented by this registry entry. |
abstract void |
setDocumentBuilderFactory(String factoryClassName) Deprecated. Sets the value of the documentBuilderFactory attribute. |
abstract void |
setEntityPath(String pathName) Deprecated. Sets the value of the entityPath attribute. |
abstract void |
setParserClassName(String publicId) Deprecated. Sets the value of the parserClassName attribute. |
abstract void |
setPublicId(String publicId) Deprecated. Sets the value of the publicId attribute. |
abstract void |
setRootElementTag(String tagName) Deprecated. Sets the value of the rootElementTag attribute. |
abstract void |
setSAXParserFactory(String factoryClassName) Deprecated. Sets the value of the sAXParserFactory attribute. |
abstract void |
setSystemId(String systemId) Deprecated. Sets the value of the systemId attribute. |
Methods inherited from interface weblogic.management.configuration.ConfigurationMBean |
---|
freezeCurrentValue, getId, getInheritedProperties, getName, getNotes, isDynamicallyCreated, isInherited, isSet, restoreDefaultValue, setComments, setDefaultedMBean, setName, setNotes, setPersistenceEnabled, unSet |
Methods inherited from interface weblogic.management.WebLogicMBean |
---|
getMBeanInfo, getObjectName, getParent, getType, isCachingDisabled, isRegistered, setParent |
Methods inherited from interface javax.management.DynamicMBean |
---|
getAttribute, getAttributes, invoke, setAttribute, setAttributes |
Methods inherited from interface javax.management.MBeanRegistration |
---|
postDeregister, postRegister, preDeregister, preRegister |
Methods inherited from interface javax.management.NotificationBroadcaster |
---|
addNotificationListener, getNotificationInfo, removeNotificationListener |
Methods inherited from interface weblogic.descriptor.DescriptorBean |
---|
addPropertyChangeListener, createChildCopyIncludingObsolete, getParentBean, isEditable, removePropertyChangeListener |
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 valueInvalidAttributeValueException
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 valueInvalidAttributeValueException
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 valueInvalidAttributeValueException
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 valueInvalidAttributeValueException
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 valueInvalidAttributeValueException
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 valueInvalidAttributeValueException
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 valueInvalidAttributeValueException
XMLRegistryEntryMBean.getSAXParserFactory()
|
Copyright 1996, 2015, 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 Java API Reference for Oracle WebLogic Server 12c (12.2.1) Part Number E55141-01 P4 Change 1723563 on 2015/10/09 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |