Uses of Class
org.sapia.util.xml.confix.ConfigurationException

Packages that use ConfigurationException
org.sapia.util.xml.confix   
 

Uses of ConfigurationException in org.sapia.util.xml.confix
 

Methods in org.sapia.util.xml.confix that throw ConfigurationException
 void ObjectHandlerIF.handleObject(String anElementName, Object anObject)
          Handles the passed in object that was created for the element name passed in.
 Object ObjectCreationCallback.onCreate()
          Called by the Confix runtime when this instance has been created; allows it to return another object at its place.
 void JDOMHandlerIF.handleElement(org.jdom.Element elem)
          Call-back that is invoked by a JDOMProcessor.
 void Dom4jHandlerIF.handleElement(org.dom4j.Element elem)
          Call-back that is invoked by a Dom4jProcessor.
protected static void AbstractXMLProcessor.assignToParent(Object aParent, Object aChild, String anElementName)
          Assigns the given child object to the parent one.
protected static void AbstractXMLProcessor.invokeSetter(String anElementName, Object aTarget, String anAttributeName, String aValue)
          Invokes the setXXXX/addXXXX method corresponding to the given attribute name.
protected static Object AbstractXMLProcessor.invokeMethod(String aMethodName, Object aTarget, Object aValue)
          Invokes the method whose name is given on the provided target instance.
 



Copyright © 2002 Sapia Open Source Software. All Rights Reserved.