Uses of Interface
org.castor.xml.InternalContext
Packages that use InternalContext
Package
Description
Implementations for mapping interfaces and the default mapping loader.
Command line tools
Utility classes used by Castor.
The XML Marshaller API
-
Uses of InternalContext in org.castor.xml
Classes in org.castor.xml that implement InternalContextModifier and TypeClassDescriptionclassThe internal context is meant as center piece providing (and keeping) all information that is required by Marshaller, Unmarshaller, SourceGenerator, MappingTool, SchemaReader and SchemaWriter.classAs the name already expresses: this class is there for backward compatibility and should be removed from Castor with a future release.Constructors in org.castor.xml with parameters of type InternalContextModifierConstructorDescriptionJavaNamingImpl(InternalContext context) JavaNamingNGImpl(InternalContext context) -
Uses of InternalContext in org.exolab.castor.mapping.loader
Methods in org.exolab.castor.mapping.loader that return InternalContextMethods in org.exolab.castor.mapping.loader with parameters of type InternalContextModifier and TypeMethodDescriptionvoidAbstractMappingLoader.setInternalContext(InternalContext internalContext) -
Uses of InternalContext in org.exolab.castor.tools
Methods in org.exolab.castor.tools with parameters of type InternalContextModifier and TypeMethodDescriptionvoidMappingTool.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 InternalContextModifier and TypeMethodDescriptionvoidChangeLog2XML.setInternalContext(InternalContext internalContext) To set theinto the ChangeLog2XML instance.invalid reference
AbstractInternalContext -
Uses of InternalContext in org.exolab.castor.xml
Methods in org.exolab.castor.xml that return InternalContextModifier and TypeMethodDescriptionUnmarshaller.getInternalContext()To get the internal XML Context that is in use.ValidationContext.getInternalContext()To get theto use.invalid reference
AbstractInternalContextXMLContext.getInternalContext()Deprecated.Methods in org.exolab.castor.xml with parameters of type InternalContextModifier and TypeMethodDescriptionvoidIntrospector.setInternalContext(InternalContext internalContext) voidMarshaller.setInternalContext(InternalContext internalContext) To set theInternalContextto use, and to initializeMarshallerproperties linked to it.voidUnmarshaller.setInternalContext(InternalContext internalContext) To set the internal XML Context to be used.voidValidationContext.setInternalContext(InternalContext internalContext) To set whichshould be used.invalid reference
AbstractInternalContextvoidXMLClassDescriptorResolver.setInternalContext(InternalContext xmlContext) To set the XMLContext to be used.Constructors in org.exolab.castor.xml with parameters of type InternalContextModifierConstructorDescriptionMarshaller(InternalContext internalContext) The oneMarshallerconstructor that is used byXMLContextwhich sets anInternalContextthat comes from outside.protectedUnmarshalHandler(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 newUnmarshallerwith the given Class.Unmarshaller(InternalContext internalContext, Object root) Creates a new Unmarshaller with the given Object.Unmarshaller(InternalContext internalContext, Mapping mapping) Creates a new Unmarshaller with the given Mapping. -
Uses of InternalContext in org.exolab.castor.xml.util
Methods in org.exolab.castor.xml.util with parameters of type InternalContextModifier and TypeMethodDescriptionvoidXMLClassDescriptorResolverImpl.setInternalContext(InternalContext internalContext) To set the XMLContext to be used.