org.jboss.services.xml
Interface JBossEntityResolverMgrMBean

All Known Implementing Classes:
JBossEntityResolverMgr

public interface JBossEntityResolverMgrMBean

The standard mbean interface for the JBossEntityResolverMgr

Version:
$Revision: 1.1 $
Author:
Scott.Stark@jboss.org

Method Summary
 Properties getEntityMap()
           
 boolean isWarnOnNonFileURLs()
           
 void registerEntity(String id, String file)
          Register an id to schema file mapping.
 void setEntityMap(Properties map)
           
 void setWarnOnNonFileURLs(boolean flag)
           
 

Method Detail

getEntityMap

public Properties getEntityMap()

setEntityMap

public void setEntityMap(Properties map)

isWarnOnNonFileURLs

public boolean isWarnOnNonFileURLs()

setWarnOnNonFileURLs

public void setWarnOnNonFileURLs(boolean flag)

registerEntity

public void registerEntity(String id,
                           String file)
Register an id to schema file mapping.

Parameters:
id - - the publicID/systemID for the maping
file - - the dtd/xsd schema file name


Copyright © 2002 JBoss Group, LLC. All Rights Reserved.