org.apache.bval.xml
Interface XMLMetaBeanFactory.Visitor

Enclosing class:
XMLMetaBeanFactory

public static interface XMLMetaBeanFactory.Visitor


Method Summary
 MetaBean getMetaBean()
           
 void visit(XMLMetaBean xmlMeta, XMLMetaBeanInfos xmlInfos)
           
 

Method Detail

visit

void visit(XMLMetaBean xmlMeta,
           XMLMetaBeanInfos xmlInfos)
           throws Exception
Parameters:
xmlMeta - - null or the bean found
xmlInfos - - all infos in a single unit (xml file)
Throws:
Exception

getMetaBean

MetaBean getMetaBean()


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