Package org.exolab.castor.xml
Class UnmarshalHandler.ArrayHandler
java.lang.Object
org.exolab.castor.xml.UnmarshalHandler.ArrayHandler
- Enclosing class:
UnmarshalHandler
A class for handling Arrays during unmarshalling.
- 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.
-