Uses of Interface
org.castor.xml.InternalContext

Packages that use InternalContext
org.castor.xml   
org.exolab.castor.mapping.loader Implementations for mapping interfaces and the default mapping loader. 
org.exolab.castor.tools Command line tools Version: $Revision: 5951 $ $Date: 2003-03-03 00:05:44 -0700 (Mon, 03 Mar 2003) $ Author: Assaf Arkin Author: Keith Visco  
org.exolab.castor.util Utility classes used by Castor. 
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 InternalContext in org.castor.xml
 

Classes in org.castor.xml that implement InternalContext
 class AbstractInternalContext
          The internal context is meant as center piece providing (and keeping) all information that is required by Marshaller, Unmarshaller, SourceGenerator, MappingTool, SchemaReader and SchemaWriter.
 class BackwardCompatibilityContext
          As the name already expresses: this class is there for backward compatibility and should be removed from Castor with a future release.
 

Uses of InternalContext in org.exolab.castor.mapping.loader
 

Methods in org.exolab.castor.mapping.loader that return InternalContext
 InternalContext AbstractMappingLoader.getInternalContext()
           
 

Methods in org.exolab.castor.mapping.loader with parameters of type InternalContext
 void AbstractMappingLoader.setInternalContext(InternalContext internalContext)
           
 

Uses of InternalContext in org.exolab.castor.tools
 

Methods in org.exolab.castor.tools with parameters of type InternalContext
 void MappingTool.setInternalContext(InternalContext internalContext)
          To set the XMLContext to be used.
 

Uses of InternalContext in org.exolab.castor.util
 

Methods in org.exolab.castor.util with parameters of type InternalContext
 void ChangeLog2XML.setInternalContext(InternalContext internalContext)
          To set the AbstractInternalContext into the ChangeLog2XML instance.
 

Uses of InternalContext in org.exolab.castor.xml
 

Methods in org.exolab.castor.xml that return InternalContext
 InternalContext MarshalFramework.getInternalContext()
          To get the AbstractInternalContext to use.
 InternalContext Unmarshaller.getInternalContext()
          To get the internal XML Context that is in use.
 InternalContext ValidationContext.getInternalContext()
          To get the AbstractInternalContext to use.
 InternalContext XMLContext.getInternalContext()
          Deprecated.  
 

Methods in org.exolab.castor.xml with parameters of type InternalContext
 void Introspector.setInternalContext(InternalContext internalContext)
           
 void MarshalFramework.setInternalContext(InternalContext internalContext)
          To set the AbstractInternalContext to use.
 void Unmarshaller.setInternalContext(InternalContext internalContext)
          To set the internal XML Context to be used.
 void ValidationContext.setInternalContext(InternalContext internalContext)
          To set which AbstractInternalContext should be used.
 void XMLClassDescriptorResolver.setInternalContext(InternalContext xmlContext)
          To set the XMLContext to be used.
 

Constructors in org.exolab.castor.xml with parameters of type InternalContext
Unmarshaller(InternalContext internalContext)
          Creates a new basic Unmarshaller.
Unmarshaller(InternalContext internalContext, java.lang.Class c)
          Creates a new Unmarshaller with the given Class.
Unmarshaller(InternalContext internalContext, java.lang.Class c, java.lang.ClassLoader loader)
          Creates a new Unmarshaller with the given Class.
Unmarshaller(InternalContext internalContext, Mapping mapping)
          Creates a new Unmarshaller with the given Mapping.
Unmarshaller(InternalContext internalContext, java.lang.Object root)
          Creates a new Unmarshaller with the given Object.
 

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

Methods in org.exolab.castor.xml.util with parameters of type InternalContext
 void XMLClassDescriptorResolverImpl.setInternalContext(InternalContext internalContext)
          To set the XMLContext to be used.
 



Copyright 2008 null. All Rights Reserved.