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

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

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 maping
file - - the dtd/xsd schema file name


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