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(java.lang.String anElementName,
java.lang.Object anObject)
Handles the passed in object that was created for the element name passed in. |
handleObject
void handleObject(java.lang.String anElementName,
java.lang.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 © 2011 Sapia OSS. All Rights Reserved.