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 classAn UnmarshalListener to handle mapping includes. -
Uses of UnmarshalListener in org.castor.xml
Classes in org.castor.xml that implement UnmarshalListenerModifier and TypeClassDescriptionclassThis 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 TypeMethodDescriptionvoidUnmarshalHandler.setUnmarshalListener(UnmarshalListener listener) Sets anUnmarshalListener.voidUnmarshaller.setUnmarshalListener(UnmarshalListener listener) Sets an optionalUnmarshalListenerto 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 TypeClassDescriptionclassThis class handles delegates methods call toUnmarshalListener.Methods in org.exolab.castor.xml.parsing with parameters of type UnmarshalListenerModifier and TypeMethodDescriptionvoidUnmarshalListenerDelegate.setUnmarshalListener(UnmarshalListener listener) Sets anUnmarshalListener.