Uses of Class
org.exolab.castor.xml.Introspector

Packages that use Introspector
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.util   
 

Uses of Introspector in org.castor.xml
 

Methods in org.castor.xml that return Introspector
 Introspector AbstractInternalContext.getIntrospector()
           
 Introspector InternalContext.getIntrospector()
          To get the Introspector assigned to this XMLContext.
 

Methods in org.castor.xml with parameters of type Introspector
 void AbstractInternalContext.setIntrospector(Introspector introspector)
           
 void InternalContext.setIntrospector(Introspector introspector)
          To specify which Introspector?
 

Uses of Introspector in org.exolab.castor.xml
 

Methods in org.exolab.castor.xml with parameters of type Introspector
 void XMLClassDescriptorResolver.setIntrospector(Introspector introspector)
          To set the Introspector to be used.
 

Uses of Introspector in org.exolab.castor.xml.util
 

Methods in org.exolab.castor.xml.util with parameters of type Introspector
 void XMLClassDescriptorResolverImpl.setIntrospector(Introspector introspector)
          To set the Introspector to be used. It is stored as attribute of resolver and set as property into the current strategy.
 



Copyright 2008 null. All Rights Reserved.