Uses of Interface
org.exolab.castor.xml.UnmarshalListener

Packages that use UnmarshalListener
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. 
org.exolab.castor.xml.parsing   
 

Uses of UnmarshalListener in org.castor.xml
 

Methods in org.castor.xml with parameters of type UnmarshalListener
 void 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 UnmarshalListener
 void Unmarshaller.setUnmarshalListener(UnmarshalListener listener)
          Deprecated. replaced by UnmarshalListener
 void UnmarshalHandler.setUnmarshalListener(UnmarshalListener listener)
          Deprecated. please move to the new UnmarshalListener interface
 

Uses of UnmarshalListener in org.exolab.castor.xml.parsing
 

Methods in org.exolab.castor.xml.parsing with parameters of type UnmarshalListener
 void UnmarshalListenerDelegate.setUnmarshalListener(UnmarshalListener listener)
          Deprecated. please move to the new UnmarshalListener interface
 



Copyright © 2011. All Rights Reserved.