Uses of Class
uk.org.ogsadai.common.properties.DynamicPropertyCreationException

Packages that use DynamicPropertyCreationException
uk.org.ogsadai.common.properties This package provides classes and interfaces provide for the use of properties, both those where the property value is static and those where its value is provided on-demand via callbacks. 
uk.org.ogsadai.dataresource.config Provides functionality related to data resource accessor meta-data resource properties. 
 

Uses of DynamicPropertyCreationException in uk.org.ogsadai.common.properties
 

Methods in uk.org.ogsadai.common.properties that throw DynamicPropertyCreationException
static DynamicProperty DynamicProperty.createDynamicProperty(javax.xml.namespace.QName name, java.lang.String callback)
          Creates a dynamic resource property.
 

Uses of DynamicPropertyCreationException in uk.org.ogsadai.dataresource.config
 

Methods in uk.org.ogsadai.dataresource.config that throw DynamicPropertyCreationException
 void MetaData.configure(org.w3c.dom.Element elt)
          Create meta data information by parsing the given element into a collection of its child elements.
private  void MetaData.buildProperties(org.w3c.dom.Element[] metaData)
          Construct resource properties from the meta data.