org.castor.mapping

Class MappingUnmarshallListener

Implemented Interfaces:
UnmarshalListener

public final class MappingUnmarshallListener
extends java.lang.Object
implements UnmarshalListener

An UnmarshalListener to handle mapping includes.
Version:
$Revision: 5951 $ $Date: 2006-04-25 16:09:10 -0600 (Tue, 25 Apr 2006) $
Author:
Ralf Joachim

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).

Constructor Details

MappingUnmarshallListener

public MappingUnmarshallListener(MappingUnmarshaller unmarshaller,
                                 Mapping mapping,
                                 DTDResolver resolver)

Method Details

attributesProcessed

public void attributesProcessed(Object object)
Not used for includes processing.
Specified by:
attributesProcessed in interface UnmarshalListener
See Also:
{@inheritDoc}

fieldAdded

public void fieldAdded(String fieldName,
                       Object parent,
                       Object child)
Not used for includes processing.
Specified by:
fieldAdded in interface UnmarshalListener
See Also:
{@inheritDoc}

initialized

public void initialized(Object object)
Not used for includes processing.
Specified by:
initialized in interface UnmarshalListener
See Also:
{@inheritDoc}

unmarshalled

public void unmarshalled(Object object)
This method is called after an object has been completely unmarshalled, including all of its children (if any).
Specified by:
unmarshalled in interface UnmarshalListener
Parameters:
object - the Object that was unmarshalled.
See Also:
{@inheritDoc}

Intalio Inc. (C) 1999-2006. All rights reserved http://www.intalio.com