Class UnmarshalHandler.ArrayHandler
java.lang.Object
org.exolab.castor.xml.UnmarshalHandler.ArrayHandler
- Enclosing class:
UnmarshalHandler
A class for handling Arrays during unmarshalling.
- Version:
- $Revision: 9086 $ $Date: 2006-05-25 06:41:12 -0600 (Thu, 25 May 2006) $
- Author:
- kvisco@intalio.com
-
Method Summary
-
Method Details
-
addObject
Adds the given object to the underlying array.- Parameters:
obj- The object to be added to the underlying array.
-
getObject
Returns the data handled by this class as an array.- Returns:
- The data handled internally in the form of an array.
-
componentType
Returns the component type handled by this class.- Returns:
- The component type handled by this class.
-