org.apache.bval.xml
Interface XMLMetaBeanRegistry

All Known Implementing Classes:
XMLMetaBeanManager

public interface XMLMetaBeanRegistry

Description: Interface of the object that holds all XMLMetaBeanLoaders


Method Summary
 void addLoader(XMLMetaBeanLoader loader)
          add a loader for xml bean infos.
 void addResourceLoader(String resource)
          convenience method to add a loader for a xml file in the classpath
 

Method Detail

addLoader

void addLoader(XMLMetaBeanLoader loader)
add a loader for xml bean infos. the registry should use the loader in the sequence they have been added.


addResourceLoader

void addResourceLoader(String resource)
convenience method to add a loader for a xml file in the classpath

Parameters:
resource - - path of xml file in classpath


Copyright © 2010-2012 Apache Software Foundation. All Rights Reserved.