org.exolab.castor.mapping
class Mapping.IncludeListener extends Object implements UnmarshalListener
Method Summary | |
---|---|
void | attributesProcessed(Object object) |
void | fieldAdded(String fieldName, Object parent, Object child) |
void | initialized(Object object) |
void | unmarshalled(Object object)
This method is called after an object
has been completely unmarshalled, including
all of its children (if any).
|
Parameters: object the Object that was unmarshalled.