Uses of Interface
org.castor.xml.UnmarshalListener

Packages that use UnmarshalListener
org.castor.mapping   
org.castor.xml   
org.exolab.castor.xml The XML Marshaller API Version: $Revision: 6213 $ $Date: 2003-03-03 00:05:44 -0700 (Mon, 03 Mar 2003) $ Author: Keith Visco Marshaller marshalls a Java object into an XML document. 
 

Uses of UnmarshalListener in org.castor.mapping
 

Classes in org.castor.mapping that implement UnmarshalListener
 class MappingUnmarshallListener
          An UnmarshalListener to handle mapping includes.
 

Uses of UnmarshalListener in org.castor.xml
 

Classes in org.castor.xml that implement UnmarshalListener
 class UnmarshalListenerAdapter
          This class is responsible to adapt from new (1.2) UnmarshalListener interface to calls into the old interface.
 

Uses of UnmarshalListener in org.exolab.castor.xml
 

Methods in org.exolab.castor.xml with parameters of type UnmarshalListener
 void Unmarshaller.setUnmarshalListener(UnmarshalListener listener)
          Sets an optional UnmarshalListener to receive pre and post unmarshal notification for each Object in the tree.
 void UnmarshalHandler.setUnmarshalListener(UnmarshalListener listener)
          Sets an UnmarshalListener.
 



Copyright © 2010. All Rights Reserved.