Uses of Interface
org.exolab.castor.xml.UnmarshalListener
Packages that use UnmarshalListener
Package
Description
The XML Marshaller API
-
Uses of UnmarshalListener in org.castor.xml
Methods in org.castor.xml with parameters of type UnmarshalListenerModifier and TypeMethodDescriptionvoid
UnmarshalListenerAdapter.setOldListener
(UnmarshalListener exolabListener) To set an 'old style' unmarshal listener to receive the callback calls. -
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) Deprecated.void
Unmarshaller.setUnmarshalListener
(UnmarshalListener listener) Deprecated.replaced byUnmarshalListener
-
Uses of UnmarshalListener in org.exolab.castor.xml.parsing
Methods in org.exolab.castor.xml.parsing with parameters of type UnmarshalListenerModifier and TypeMethodDescriptionvoid
UnmarshalListenerDelegate.setUnmarshalListener
(UnmarshalListener listener) Deprecated.please move to the newUnmarshalListener
interface
UnmarshalListener
interface