org.castor.mapping
public final class MappingUnmarshallListener extends Object implements UnmarshalListener
Version: $Revision: 5951 $ $Date: 2006-04-25 16:09:10 -0600 (Tue, 25 Apr 2006) $
Constructor Summary | |
---|---|
MappingUnmarshallListener(MappingUnmarshaller unmarshaller, Mapping mapping, DTDResolver resolver) |
Method Summary | |
---|---|
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).
|
See Also:
{@inheritDoc }
See Also:
{@inheritDoc }
See Also:
{@inheritDoc }
Parameters: object the Object that was unmarshalled.
See Also:
{@inheritDoc }