org.castor.mapping
Class MappingUnmarshallListener
java.lang.Object
org.castor.mapping.MappingUnmarshallListener
- UnmarshalListener
public final class MappingUnmarshallListener
extends java.lang.Object
An UnmarshalListener to handle mapping includes.
$Revision: 5951 $ $Date: 2006-04-25 16:09:10 -0600 (Tue, 25 Apr 2006) $
void | attributesProcessed(Object object) - Not used for includes processing.
|
void | fieldAdded(String fieldName, Object parent, Object child) - Not used for includes processing.
|
void | initialized(Object object) - Not used for includes processing.
|
void | unmarshalled(Object object) - This method is called after an object has been completely unmarshalled, including
all of its children (if any).
|
fieldAdded
public void fieldAdded(String fieldName,
Object parent,
Object child)
Not used for includes processing.
- fieldAdded in interface UnmarshalListener
unmarshalled
public void unmarshalled(Object object)
This method is called after an object has been completely unmarshalled, including
all of its children (if any).
- unmarshalled in interface UnmarshalListener
object
- the Object that was unmarshalled.
Intalio Inc. (C) 1999-2008. All rights reserved http://www.intalio.com