Interface UnmarshalListener

All Known Implementing Classes:
MappingUnmarshallListener, UnmarshalListenerAdapter, UnmarshalListenerDelegate

public interface UnmarshalListener
An interface to allow external "listening" to objects when they are being unmarshalled for various tracking purposes and potential modification. An implementation of this interface may be registered with the Unmarshaller.
This is already a new version of this interface with enhanced callback methods. The orginial implementation still exists but is deprecated UnmarshalListener.

The UnmarshalListener interface does not report on native data types that are unmarshalled.

The first definition of this interface was by Paul Christmann, Keith Visco and Arnaud Blandin.

Since:
1.2
Version:
$Revision$
Author:
Joachim Grueneis, jgrueneis AT codehaus DOT org