|
BEA Systems, Inc. | ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
Configure the behavior of JAXP (Java API for XML Parsing) in the server.
| Method Summary | |
boolean |
addRegistryEntry(XMLRegistryEntryMBean entry)
Add a new Registry entry |
java.lang.String |
getDocumentBuilderFactory()
Return the class name of the default DocumentBuilderFactory |
XMLRegistryEntryMBean[] |
getRegistryEntries()
Return the registry of XML configurations by document type. |
java.lang.String |
getSAXParserFactory()
Return the class name of the default SAXParserFactory |
boolean |
removeRegistryEntry(XMLRegistryEntryMBean entry)
Remove an Registry entry |
void |
setDocumentBuilderFactory(java.lang.String factoryClassName)
Set the default DocumentBuilderFactory |
void |
setRegistryEntries(XMLRegistryEntryMBean[] entries)
Set the registry of XML configurations by document type. |
void |
setSAXParserFactory(java.lang.String factoryClassName)
Set the default SAXParserFactory |
| Methods inherited from interface weblogic.management.configuration.ConfigurationMBean |
getNotes,
setNotes |
| Methods inherited from interface weblogic.management.WebLogicMBean |
getMBeanInfo,
getName,
getObjectName,
getParent,
getType,
isCachingDisabled,
isRegistered,
setName,
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 |
| Method Detail |
public java.lang.String getDocumentBuilderFactory()
public void setDocumentBuilderFactory(java.lang.String factoryClassName)
throws javax.management.InvalidAttributeValueException
public java.lang.String getSAXParserFactory()
public void setSAXParserFactory(java.lang.String factoryClassName)
throws javax.management.InvalidAttributeValueException
public boolean addRegistryEntry(XMLRegistryEntryMBean entry)
public boolean removeRegistryEntry(XMLRegistryEntryMBean entry)
public XMLRegistryEntryMBean[] getRegistryEntries()
public void setRegistryEntries(XMLRegistryEntryMBean[] entries)
throws javax.management.InvalidAttributeValueException
|
Documentation is available at http://e-docs.bea.com/wls/docs60 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||