org.sapia.util.xml.confix
Interface ObjectHandlerIF
- public interface ObjectHandlerIF
An instance of this interface handles objects that corresponds to given XML
elements.
- Author:
- JC Desrochers
- Copyright:
- Copyright © 2002-2003 Sapia Open Source Software. All Rights Reserved.
- License:
- Read the license.txt file of the jar or visit the
license page at the Sapia OSS web site
|
Method Summary |
void |
handleObject(String anElementName,
Object anObject)
Handles the passed in object that was created for the element name passed in. |
handleObject
public void handleObject(String anElementName,
Object anObject)
throws ConfigurationException
- Handles the passed in object that was created for the element name passed in.
- Parameters:
anElementName - The xml element name for which the object was created.anObject - The object to handle.
- Throws:
ConfigurationException - if this instance does not "know" (cannot handle) the
passed in object/element name.
Copyright © 2002 Sapia Open Source Software. All Rights Reserved.