org.jboss.services.xml
Interface JBossEntityResolverMgrMBean
- All Known Implementing Classes:
- JBossEntityResolverMgr
public interface JBossEntityResolverMgrMBean
The standard mbean interface for the JBossEntityResolverMgr
- Version:
- $Revision: 57210 $
- Author:
- Scott.Stark@jboss.org
getEntityMap
Properties getEntityMap()
setEntityMap
void setEntityMap(Properties map)
isWarnOnNonFileURLs
boolean isWarnOnNonFileURLs()
setWarnOnNonFileURLs
void setWarnOnNonFileURLs(boolean flag)
registerEntity
void registerEntity(String id,
String file)
- Register an id to schema file mapping.
- Parameters:
id
- - the publicID/systemID for the mapingfile
- - the dtd/xsd schema file name
Copyright © 2002 JBoss Group, LLC. All Rights Reserved.