Uses of Class
org.ow2.util.xmlconfig.XMLConfigurationException

Packages that use XMLConfigurationException
org.ow2.util.xmlconfig   
org.ow2.util.xmlconfig.mapping   
 

Uses of XMLConfigurationException in org.ow2.util.xmlconfig
 

Methods in org.ow2.util.xmlconfig that throw XMLConfigurationException
 void XMLConfiguration.configure(java.lang.Object object)
          Configure the given object with the configuration that was analyzed.
 void XMLConfiguration.configure(java.lang.Object object, org.w3c.dom.Element element, ClassMapping parentClassMapping)
          Configure the given object by looking at the element (of the configuration).
protected  void XMLConfiguration.setAttributes(org.w3c.dom.Element node, java.lang.Object object, ClassMapping classMapping)
          Sets the attributes on the given object.
 

Uses of XMLConfigurationException in org.ow2.util.xmlconfig.mapping
 

Methods in org.ow2.util.xmlconfig.mapping that throw XMLConfigurationException
 void XMLMappingBuilder.build()
          Build the XMLMapping object by analyzing the mapping file.
 



Copyright © 2007-2009 OW2 Consortium. All Rights Reserved.