Uses of Interface
org.castor.xml.UnmarshalListener
Packages that use UnmarshalListener
Package
Description
The XML Marshaller API
-
Uses of UnmarshalListener in org.castor.mapping
Classes in org.castor.mapping that implement UnmarshalListenerModifier and TypeClassDescriptionfinal class
An UnmarshalListener to handle mapping includes. -
Uses of UnmarshalListener in org.castor.xml
Classes in org.castor.xml that implement UnmarshalListenerModifier and TypeClassDescriptionclass
This class is responsible to adapt from new (1.2) UnmarshalListener interface to calls into the old interface.
The old interface has been marked as deprecated but will be supported for some Castor releases to come. -
Uses of UnmarshalListener in org.exolab.castor.xml
Methods in org.exolab.castor.xml with parameters of type UnmarshalListenerModifier and TypeMethodDescriptionvoid
UnmarshalHandler.setUnmarshalListener
(UnmarshalListener listener) Sets anUnmarshalListener
.void
Unmarshaller.setUnmarshalListener
(UnmarshalListener listener) Sets an optionalUnmarshalListener
to receive pre and post unmarshal notification for each Object in the tree. -
Uses of UnmarshalListener in org.exolab.castor.xml.parsing
Classes in org.exolab.castor.xml.parsing that implement UnmarshalListenerModifier and TypeClassDescriptionclass
This class handles delegates methods call toUnmarshalListener
.Methods in org.exolab.castor.xml.parsing with parameters of type UnmarshalListenerModifier and TypeMethodDescriptionvoid
UnmarshalListenerDelegate.setUnmarshalListener
(UnmarshalListener listener) Sets anUnmarshalListener
.