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 XMLContext.getInternalContext()
          Deprecated.  
 InternalContext ValidationContext.getInternalContext()
          To get the AbstractInternalContext to use.
 InternalContext Unmarshaller.getInternalContext()
          To get the internal XML Context that is in use.
 

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

Constructors in org.exolab.castor.xml with parameters of type InternalContext
Marshaller(InternalContext internalContext)
          The one Marshaller constructor that is used by XMLContext which sets an InternalContext that comes from outside.
UnmarshalHandler(InternalContext internalContext, Class<?> topClass)
          Creates a new UnmarshalHandler.
Unmarshaller(InternalContext internalContext)
          Creates a new basic Unmarshaller.
Unmarshaller(InternalContext internalContext, Class c)
          Creates a new Unmarshaller with the given Class.
Unmarshaller(InternalContext internalContext, Class c, 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, 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 © 2011. All Rights Reserved.