org.castor.mapping

Class MappingUnmarshallListener

public final class MappingUnmarshallListener extends 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
voidattributesProcessed(Object object)
Not used for includes processing.
voidfieldAdded(String fieldName, Object parent, Object child)
Not used for includes processing.
voidinitialized(Object object)
Not used for includes processing.
voidunmarshalled(Object object)
This method is called after an object has been completely unmarshalled, including all of its children (if any).

Constructor Detail

MappingUnmarshallListener

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

Method Detail

attributesProcessed

public void attributesProcessed(Object object)
Not used for includes processing.

See Also: {@inheritDoc }

fieldAdded

public void fieldAdded(String fieldName, Object parent, Object child)
Not used for includes processing.

See Also: {@inheritDoc }

initialized

public void initialized(Object object)
Not used for includes processing.

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

Parameters: object the Object that was unmarshalled.

See Also: {@inheritDoc }

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